Add PROJECT_BINARY_DIR to include directories in CMake configuration
This commit is contained in:
@@ -105,6 +105,7 @@ if (YAZE_BUILD_LIB)
|
||||
${CMAKE_SOURCE_DIR}/src/
|
||||
${PNG_INCLUDE_DIRS}
|
||||
${SDL2_INCLUDE_DIR}
|
||||
${PROJECT_BINARY_DIR}
|
||||
)
|
||||
|
||||
target_link_libraries(
|
||||
|
||||
Reference in New Issue
Block a user