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.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/platform/CMakeLists.txt b/src/platform/CMakeLists.txt
index 01952106..51253b56 100644
--- a/src/platform/CMakeLists.txt
+++ b/src/platform/CMakeLists.txt
@@ -1,12 +1,12 @@
set(CRU_PLATFORM_BASE_INCLUDE_DIR ${CRU_INCLUDE_DIR}/cru/platform)
add_library(cru_platform_base INTERFACE)
target_sources(cru_platform_base INTERFACE
- ${CRU_PLATFORM_BASE_INCLUDE_DIR}/check.hpp
- ${CRU_PLATFORM_BASE_INCLUDE_DIR}/exception.hpp
- ${CRU_PLATFORM_BASE_INCLUDE_DIR}/graph_base.hpp
- ${CRU_PLATFORM_BASE_INCLUDE_DIR}/heap_debug.hpp
- ${CRU_PLATFORM_BASE_INCLUDE_DIR}/matrix.hpp
- ${CRU_PLATFORM_BASE_INCLUDE_DIR}/resource.hpp
+ ${CRU_PLATFORM_BASE_INCLUDE_DIR}/Check.hpp
+ ${CRU_PLATFORM_BASE_INCLUDE_DIR}/Exception.hpp
+ ${CRU_PLATFORM_BASE_INCLUDE_DIR}/GraphBase.hpp
+ ${CRU_PLATFORM_BASE_INCLUDE_DIR}/HeapDebug.hpp
+ ${CRU_PLATFORM_BASE_INCLUDE_DIR}/Matrix.hpp
+ ${CRU_PLATFORM_BASE_INCLUDE_DIR}/Resource.hpp
)
target_link_libraries(cru_platform_base INTERFACE cru_base)