|
Lines 382-388
Link Here
|
| 382 |
include_directories(${CMAKE_BINARY_DIR}/) |
382 |
include_directories(${CMAKE_BINARY_DIR}/) |
| 383 |
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/src/) |
383 |
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/src/) |
| 384 |
include_directories(SYSTEM ${CMAKE_CURRENT_SOURCE_DIR}/external/findlocale/) |
384 |
include_directories(SYSTEM ${CMAKE_CURRENT_SOURCE_DIR}/external/findlocale/) |
| 385 |
include_directories(SYSTEM ${CMAKE_CURRENT_SOURCE_DIR}/external/obstack/) |
|
|
| 386 |
include_directories(SYSTEM ${CMAKE_CURRENT_SOURCE_DIR}/external/sexp-cpp/include/) |
385 |
include_directories(SYSTEM ${CMAKE_CURRENT_SOURCE_DIR}/external/sexp-cpp/include/) |
| 387 |
|
386 |
|
| 388 |
IF(WIN32) |
387 |
IF(WIN32) |
|
Lines 392-398
Link Here
|
| 392 |
|
391 |
|
| 393 |
## Build list of sources for supertux binary |
392 |
## Build list of sources for supertux binary |
| 394 |
|
393 |
|
| 395 |
FILE(GLOB SUPERTUX_SOURCES_C RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} external/obstack/*.c external/findlocale/findlocale.c) |
394 |
FILE(GLOB SUPERTUX_SOURCES_C RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} external/findlocale/findlocale.c) |
| 396 |
|
395 |
|
| 397 |
FILE(GLOB SUPERTUX_SOURCES_CXX RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} src/*/*.cpp src/supertux/menu/*.cpp src/video/sdl/*.cpp) |
396 |
FILE(GLOB SUPERTUX_SOURCES_CXX RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} src/*/*.cpp src/supertux/menu/*.cpp src/video/sdl/*.cpp) |
| 398 |
FILE(GLOB SUPERTUX_RESOURCES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "${PROJECT_BINARY_DIR}/tmp/*.rc") |
397 |
FILE(GLOB SUPERTUX_RESOURCES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "${PROJECT_BINARY_DIR}/tmp/*.rc") |