aboutsummaryrefslogtreecommitdiff
path: root/libs/bsapacker/tests/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libs/bsapacker/tests/CMakeLists.txt')
-rw-r--r--libs/bsapacker/tests/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/bsapacker/tests/CMakeLists.txt b/libs/bsapacker/tests/CMakeLists.txt
new file mode 100644
index 0000000..5f482a7
--- /dev/null
+++ b/libs/bsapacker/tests/CMakeLists.txt
@@ -0,0 +1,5 @@
+cmake_minimum_required(VERSION 3.22)
+
+add_executable(bsa_packer_tests)
+mo2_configure_tests(bsa_packer_tests WARNINGS OFF)
+target_link_libraries(bsa_packer_tests PRIVATE bsa_packer)