summaryrefslogtreecommitdiffstats
path: root/src/tools/CMakeLists.txt
blob: da590d816f2c63dac92e20338e933ff38e62a9d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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})