diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/platform/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/platform/filesystem/CMakeLists.txt | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/platform/CMakeLists.txt b/src/platform/CMakeLists.txt index 8d6929ec..466b6900 100644 --- a/src/platform/CMakeLists.txt +++ b/src/platform/CMakeLists.txt @@ -9,13 +9,13 @@ target_sources(cru_platform_base PUBLIC ${CRU_PLATFORM_BASE_INCLUDE_DIR}/Color.hpp ${CRU_PLATFORM_BASE_INCLUDE_DIR}/Exception.hpp ${CRU_PLATFORM_BASE_INCLUDE_DIR}/GraphicsBase.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 PUBLIC cru_base) target_compile_definitions(cru_platform_base PRIVATE CRU_PLATFORM_EXPORT_API) +add_subdirectory(filesystem) add_subdirectory(graphics) add_subdirectory(gui) diff --git a/src/platform/filesystem/CMakeLists.txt b/src/platform/filesystem/CMakeLists.txt new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/src/platform/filesystem/CMakeLists.txt |