Redo of render paths
This commit is contained in:
+16
-1
@@ -5,9 +5,24 @@ find_package(Boost COMPONENTS unit_test_framework REQUIRED)
|
||||
include_directories(${ENGINE_ROOT})
|
||||
include_directories(${Boost_INCLUDE_DIRS})
|
||||
|
||||
add_executable(Seele_unit_tests "")
|
||||
add_subdirectory(Engine/)
|
||||
target_link_libraries(Seele_unit_tests ${Boost_LIBRARIES})
|
||||
|
||||
target_precompile_headers(Seele_unit_tests
|
||||
PRIVATE
|
||||
<assert.h>
|
||||
<memory>
|
||||
<atomic>
|
||||
<cstring>
|
||||
<iostream>
|
||||
<string>
|
||||
<thread>
|
||||
<functional>
|
||||
<filesystem>
|
||||
<fstream>
|
||||
<mutex>
|
||||
<condition_variable>)
|
||||
|
||||
|
||||
enable_testing()
|
||||
add_test(SeeleEngineTest Seele_unit_tests)
|
||||
|
||||
Reference in New Issue
Block a user