diff options
Diffstat (limited to 'libs/bsapacker/CMakeLists.txt')
| -rw-r--r-- | libs/bsapacker/CMakeLists.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libs/bsapacker/CMakeLists.txt b/libs/bsapacker/CMakeLists.txt new file mode 100644 index 0000000..48f6a1e --- /dev/null +++ b/libs/bsapacker/CMakeLists.txt @@ -0,0 +1,13 @@ +cmake_minimum_required(VERSION 3.16) + +set(MO2_CMAKE_DEPRECATED_UIBASE_INCLUDE ON) + +project(bsa_packer) + +add_subdirectory(src) + +set(BUILD_TESTING ${BUILD_TESTING} CACHE BOOL "build tests for bsapacker plugin") +if(BUILD_TESTING) + enable_testing() + add_subdirectory(tests) +endif() |
