Enhance CMake configuration for yaze_config.h integration
- Updated `CMakeLists.txt` to improve the generation and inclusion of `yaze_config.h` by specifying source and binary directories. - Added include directories in various CMake files to ensure proper access to generated headers, enhancing build reliability and maintainability. - Set properties for the generated header to improve IDE integration and organization within the project structure.
This commit is contained in:
@@ -199,6 +199,7 @@ if (YAZE_BUILD_LIB)
|
||||
${CMAKE_SOURCE_DIR}/src/lib/imgui_test_engine
|
||||
${SDL2_INCLUDE_DIR}
|
||||
${PROJECT_BINARY_DIR}
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
)
|
||||
|
||||
target_link_libraries(
|
||||
|
||||
Reference in New Issue
Block a user