summaryrefslogtreecommitdiffstats
path: root/src/tools/CMakeLists.txt
blob: 0be2bd513cbf1fdb9631434292129ccbdf6cd5b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set(CONVERT_MODEL_SOURCES
../common/logger.cpp
../common/stringutils.cpp
../graphics/engine/modelfile.cpp
convert_model.cpp
)

include_directories(. ..)

include_directories(SYSTEM ${SDL_INCLUDE_DIR})

add_definitions(-DMODELFILE_NO_ENGINE)

add_executable(convert_model ${CONVERT_MODEL_SOURCES})