aboutsummaryrefslogtreecommitdiff
path: root/src/osx/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-10-14 21:05:54 +0800
committercrupest <crupest@outlook.com>2021-10-14 21:05:54 +0800
commit5ba45b02e1adee6b1ba15d70c9052cbc1f3c26c5 (patch)
tree5bc92750f30f4e3e97082a59cdbda065629f3ac8 /src/osx/CMakeLists.txt
parent7ee9420d02be02868b10056753e046f42d022c96 (diff)
downloadcru-5ba45b02e1adee6b1ba15d70c9052cbc1f3c26c5.tar.gz
cru-5ba45b02e1adee6b1ba15d70c9052cbc1f3c26c5.tar.bz2
cru-5ba45b02e1adee6b1ba15d70c9052cbc1f3c26c5.zip
...
Diffstat (limited to 'src/osx/CMakeLists.txt')
-rw-r--r--src/osx/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/osx/CMakeLists.txt b/src/osx/CMakeLists.txt
index 5d20c2ec..9be5ccf5 100644
--- a/src/osx/CMakeLists.txt
+++ b/src/osx/CMakeLists.txt
@@ -1,11 +1,13 @@
set(CRU_OSX_BASE_INCLUDE_DIR ${CRU_INCLUDE_DIR}/cru/osx)
add_library(cru_osx_base SHARED
+ Convert.cpp
Exception.cpp
Resource.cpp
)
target_sources(cru_osx_base PUBLIC
+ ${CRU_OSX_BASE_INCLUDE_DIR}/Convert.hpp
${CRU_OSX_BASE_INCLUDE_DIR}/Exception.hpp
${CRU_OSX_BASE_INCLUDE_DIR}/Resource.hpp
)