aboutsummaryrefslogtreecommitdiff
path: root/src/platform/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/platform/CMakeLists.txt')
-rw-r--r--src/platform/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/platform/CMakeLists.txt b/src/platform/CMakeLists.txt
index 9122e499..a917f81f 100644
--- a/src/platform/CMakeLists.txt
+++ b/src/platform/CMakeLists.txt
@@ -2,6 +2,7 @@ add_library(CruPlatformBase
Color.cpp
Exception.cpp
GraphicsBase.cpp
+ Resource.cpp
)
target_link_libraries(CruPlatformBase PUBLIC CruBase)
target_compile_definitions(CruPlatformBase PRIVATE CRU_PLATFORM_EXPORT_API)