diff options
author | crupest <crupest@outlook.com> | 2022-01-17 22:18:01 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-17 22:18:01 +0800 |
commit | 81f7d5faaaf79149070a901a4f299aee70c46379 (patch) | |
tree | f157088b35b2d61c22ed45179e2e6f0c766b9628 /src/osx/CMakeLists.txt | |
parent | 87658408858dfad8c1fc85b048d46b9a6345580d (diff) | |
download | cru-81f7d5faaaf79149070a901a4f299aee70c46379.tar.gz cru-81f7d5faaaf79149070a901a4f299aee70c46379.tar.bz2 cru-81f7d5faaaf79149070a901a4f299aee70c46379.zip |
...
Diffstat (limited to 'src/osx/CMakeLists.txt')
-rw-r--r-- | src/osx/CMakeLists.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/osx/CMakeLists.txt b/src/osx/CMakeLists.txt index 9be5ccf5..7f6a7538 100644 --- a/src/osx/CMakeLists.txt +++ b/src/osx/CMakeLists.txt @@ -1,17 +1,9 @@ -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 -) - find_library(FOUNDATION Foundation REQUIRED) find_library(CORE_FOUNDATION CoreFoundation REQUIRED) |