Added basic BSP test
This commit is contained in:
parent
dc03871f37
commit
63223a661f
4 changed files with 22 additions and 2 deletions
|
@ -35,4 +35,7 @@ add_executable(testEskow testEskow.cpp)
|
|||
target_link_libraries(testEskow ${tolink})
|
||||
|
||||
add_executable(testAlgo testAlgo.cpp)
|
||||
target_link_libraries(testAlgo ${tolink})
|
||||
target_link_libraries(testAlgo ${tolink})
|
||||
|
||||
add_executable(testBSP testBSP.cpp)
|
||||
target_link_libraries(testBSP ${tolink})
|
Loading…
Add table
Add a link
Reference in a new issue