ENH: add testing structure
This commit is contained in:
parent
ea1ef11694
commit
7c78897f19
4 changed files with 22 additions and 0 deletions
|
@ -9,6 +9,7 @@ add_executable(${CMAKE_PROJECT_NAME}_run ${SOURCE_FILES})
|
|||
include_directories(src)
|
||||
|
||||
add_subdirectory(src)
|
||||
add_subdirectory(tests)
|
||||
|
||||
target_link_libraries(${CMAKE_PROJECT_NAME}_run ${CMAKE_PROJECT_NAME}_lib)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue