More CMake bullshit
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
project(Tests)
|
||||
project(TacticalZ-Tests)
|
||||
|
||||
find_package(Boost REQUIRED COMPONENTS chrono thread unit_test_framework)
|
||||
|
||||
set(INCLUDE_PATH ${CMAKE_SOURCE_DIR}/include)
|
||||
include_directories(
|
||||
${CMAKE_SOURCE_DIR}/include
|
||||
${INCLUDE_PATH}/Engine
|
||||
${INCLUDE_PATH}/Game
|
||||
${INCLUDE_PATH}/Tests
|
||||
${Boost_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
#define BOOST_TEST_MAIN
|
||||
#include <boost/test/unit_test.hpp>
|
||||
Reference in New Issue
Block a user