CMake: Move source directory to project root
This commit is contained in:
@@ -14,7 +14,7 @@ file(GLOB_RECURSE GAME_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/src/*.cpp")
|
||||
add_executable(${GAME} ${GAME_SOURCES})
|
||||
target_include_directories(${GAME} PRIVATE
|
||||
"src"
|
||||
"${CMAKE_SOURCE_DIR}/${ENGINE}/src")
|
||||
"${CMAKE_SOURCE_DIR}/src")
|
||||
target_link_libraries(${GAME} ${ENGINE})
|
||||
|
||||
target_precompile_headers(${GAME} REUSE_FROM ${ENGINE})
|
||||
|
||||
Reference in New Issue
Block a user