summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/test/CMakeLists.txt
blob: bd837736100e70ca3a556dba6aae90fc794fb4fc (plain)
1
2
3
4
5
6
7
cmake_minimum_required(VERSION 2.8)

set(CMAKE_BUILD_TYPE debug)
set(CMAKE_CXX_FLAGS_DEBUG "-Wall -g -O0")

include_directories(. ../../..)
add_executable(modelfile_test modelfile_test.cpp ../modelfile.cpp ../../../common/logger.cpp ../../../common/stringutils.cpp ../../../common/iman.cpp)