remove test sub folder

This commit is contained in:
Vogel, Rick 2023-07-17 10:28:59 +02:00
parent f49f2f7c3a
commit 0f29ad0c72
1 changed files with 1 additions and 4 deletions

View File

@ -501,6 +501,3 @@ set_target_properties(${target} PROPERTIES
VERSION ${CMAKE_PROJECT_VERSION} SOVERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR} ) VERSION ${CMAKE_PROJECT_VERSION} SOVERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR} )
install(TARGETS ${target} ) install(TARGETS ${target} )
enable_testing()
add_subdirectory(tests)