From e94e26ae1eb0dd8a3838e66db3abe4006d377ab2 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Fri, 31 Aug 2012 20:55:16 +0200 Subject: New model file format - added new binary and text formats for models - fixes and improvements in CModelFile - tool for converting model files - minor additions and fixes --- src/tools/CMakeLists.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/tools/CMakeLists.txt (limited to 'src/tools/CMakeLists.txt') diff --git a/src/tools/CMakeLists.txt b/src/tools/CMakeLists.txt new file mode 100644 index 0000000..f6c6112 --- /dev/null +++ b/src/tools/CMakeLists.txt @@ -0,0 +1,13 @@ +set(CONVERT_MODEL_SOURCES +../common/iman.cpp +../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}) -- cgit v1.2.3-1-g7c22