aboutsummaryrefslogtreecommitdiff
path: root/src/osx/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/osx/CMakeLists.txt')
-rw-r--r--src/osx/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/osx/CMakeLists.txt b/src/osx/CMakeLists.txt
index 8013a5d6..0957050a 100644
--- a/src/osx/CMakeLists.txt
+++ b/src/osx/CMakeLists.txt
@@ -2,10 +2,14 @@ set(CRU_OSX_BASE_INCLUDE_DIR ${CRU_INCLUDE_DIR}/cru/osx)
add_library(cru_osx_base SHARED
Exception.cpp
+ Resource.cpp
)
target_sources(cru_osx_base PUBLIC
${CRU_OSX_BASE_INCLUDE_DIR}/Exception.hpp
+ ${CRU_OSX_BASE_INCLUDE_DIR}/Resource.hpp
)
+target_link_libraries(cru_osx_base PUBLIC cru_platform_base)
+
add_subdirectory(graphics)