~tomprogs/gewoopi/trunk

« back to all changes in this revision

Viewing changes to test/CMakeLists.txt

  • Committer: Thomas Geymayer
  • Date: 2010-03-26 11:56:05 UTC
  • Revision ID: tomgey@gmail.com-20100326115605-iir4j91614620ij3
Fixed .obj loading, enable grabbing and general cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
project(gewoopi-test)
2
2
 
3
3
# ------------------------------------------------------------------------------
4
 
# Check and include dependencies
5
 
 
6
 
find_package( Boost 1.37 REQUIRED unit_test_framework )
7
 
include_directories(${Boost_INCLUDE_DIRS})
8
 
 
9
 
# ------------------------------------------------------------------------------
10
4
# Macros for adding unit tests
11
5
 
12
6
set(UNIT_TESTS_SOURCES main.cpp)