Browse Source

* improved unit test Cmakefile

master
bergmann 5 years ago
parent
commit
4f895f5fb9
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      test/CMakeLists.txt

+ 2
- 1
test/CMakeLists.txt View File

@@ -26,5 +26,6 @@ If ( __COTIRE_INCLUDED )
Cotire ( test_cppmariadb )
EndIf ( )
If ( __CMAKE_TESTS_INCLUDED )
Add_CMake_Test ( tsoutils test_cppmariadb )
Add_CMake_Test ( NAME tsoutils
TARGET test_cppmariadb )
EndIf ( )

Loading…
Cancel
Save