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

include_directories(. ..)

add_definitions(-DMODELFILE_NO_ENGINE)

add_executable(convert_model ${CONVERT_MODEL_SOURCES})