Oh hey I fixed a thing kind of.
This commit is contained in:
parent
e783869545
commit
46f722f279
1 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
|
|||
|
||||
project(citygen)
|
||||
|
||||
file(GLOB_RECURSE HEADER_CODE ${citygen_SOURCE_DIR}/include/*.h)
|
||||
file(GLOB_RECURSE SRC_CODE ${citygen_SOURCE_DIR}/source/*.cpp)
|
||||
file(GLOB_RECURSE HEADER_CODE include/*.h)
|
||||
file(GLOB_RECURSE SRC_CODE source/*.cpp)
|
||||
|
||||
ADD_EXECUTABLE(citygen ${SRC_CODE} ${HEADER_CODE})
|
||||
ADD_EXECUTABLE(${CMAKE_PROJECT_NAME} ${SRC_CODE} ${HEADER_CODE})
|
||||
|
||||
|
|
Reference in a new issue