diff options
Diffstat (limited to 'libs/dds_header/src/CMakeLists.txt')
| -rw-r--r-- | libs/dds_header/src/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/dds_header/src/CMakeLists.txt b/libs/dds_header/src/CMakeLists.txt new file mode 100644 index 0000000..f4f0587 --- /dev/null +++ b/libs/dds_header/src/CMakeLists.txt @@ -0,0 +1,6 @@ +cmake_minimum_required(VERSION 3.16) + +find_package(mo2-cmake CONFIG REQUIRED) + +add_custom_target(DDSPreview ALL) +mo2_configure_python(DDSPreview SIMPLE) |
