diff options
Diffstat (limited to 'src/mir_core')
-rw-r--r-- | src/mir_core/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mir_core/CMakeLists.txt b/src/mir_core/CMakeLists.txt new file mode 100644 index 0000000000..aaaacf1312 --- /dev/null +++ b/src/mir_core/CMakeLists.txt @@ -0,0 +1,5 @@ +file(GLOB SOURCES "src/*.h" "src/*.cpp" "src/mir_core.def") +set(TARGET mir_core) +include(${CMAKE_SOURCE_DIR}/cmake/lib.cmake) + +set_target_properties(${TARGET} PROPERTIES COMPILE_DEFINITIONS "MIR_CORE_EXPORTS")
\ No newline at end of file |