From d38deeef3af2316a666f8fc0173940bd769b748e Mon Sep 17 00:00:00 2001 From: onelin Date: Sat, 1 Nov 2025 00:55:42 +0100 Subject: Flatten project structure This will make it easier to break up the code into smaller chunks again later. One would think doing this seems fun to me at this point. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 96d25e0..183a5a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -162,7 +162,7 @@ add_subdirectory(src) # Configuration files configure_file(${CMAKE_CURRENT_LIST_DIR}/tools/cmake/configure.h.in - ${CMAKE_BINARY_DIR}/include/engine/configure.h) + ${CMAKE_BINARY_DIR}/include/daw/configure.h) configure_file(${CMAKE_CURRENT_LIST_DIR}/tools/cmake/list_of_states.h.in ${CMAKE_BINARY_DIR}/include/states/list_of_states.h) -- cgit v1.3