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.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/osx/CMakeLists.txt b/src/osx/CMakeLists.txt
new file mode 100644
index 00000000..8013a5d6
--- /dev/null
+++ b/src/osx/CMakeLists.txt
@@ -0,0 +1,11 @@
+set(CRU_OSX_BASE_INCLUDE_DIR ${CRU_INCLUDE_DIR}/cru/osx)
+
+add_library(cru_osx_base SHARED
+ Exception.cpp
+)
+
+target_sources(cru_osx_base PUBLIC
+ ${CRU_OSX_BASE_INCLUDE_DIR}/Exception.hpp
+)
+
+add_subdirectory(graphics)