Added basic tests infrastructrue
This commit is contained in:
parent
03c2e69c3f
commit
3caf08e4c1
4 changed files with 232 additions and 1 deletions
|
|
@ -58,4 +58,9 @@ target_link_libraries (rotgen PRIVATE Eigen3::Eigen)
|
|||
##======================================================================================================================
|
||||
## Setup the library's installation target
|
||||
##======================================================================================================================
|
||||
include(${ROTGEN_SOURCE_DIR}/cmake/config/rotgen-install.cmake)
|
||||
include(${ROTGEN_SOURCE_DIR}/cmake/config/rotgen-install.cmake)
|
||||
|
||||
##======================================================================================================================
|
||||
## Setup the library's Tests
|
||||
##======================================================================================================================
|
||||
add_subdirectory(test)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue