diff options
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7d1853b..cccc569 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -4,7 +4,6 @@ set(DAW_INCLUDE_DIRS ${CMAKE_CURRENT_LIST_DIR}/ctrl/include ${CMAKE_CURRENT_LIST_DIR}/rendering/include ${CMAKE_CURRENT_LIST_DIR}/resources/include - ${CMAKE_CURRENT_LIST_DIR}/ui/include ${CMAKE_CURRENT_LIST_DIR}/utils/include ${CMAKE_BINARY_DIR}/include ) @@ -14,7 +13,6 @@ add_subdirectory(core) add_subdirectory(ctrl) add_subdirectory(rendering) add_subdirectory(resources) -add_subdirectory(ui) add_subdirectory(utils) # DAW Engine compilation spec @@ -37,7 +35,6 @@ target_link_libraries(${PROJECT_NAME} daw_rendering daw_ctrl daw_resources - daw_ui daw_utils $<$<NOT:$<PLATFORM_ID:Windows>>:m> $<$<BOOL:${DAW_BUILD_HOTRELOAD}>:dl> |
