summaryrefslogtreecommitdiffstats
path: root/tests/Redstone/CMakeLists.txt
blob: ee4a7a64fd8e7dd0a1e11e58e96eb047ae653e57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
cmake_minimum_required (VERSION 2.6) 

enable_testing()

include_directories(${CMAKE_SOURCE_DIR}/src/)

add_definitions(-DTEST_GLOBALS=1)

add_executable(Redstone-creatable-exe creatable.cpp ../../src/BoundingBox.cpp)
add_test(NAME creatable-test COMMAND Redstone-creatable-exe)