Browse Source

* improved unit test CMakefile

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

+ 2
- 1
test/CMakeLists.txt View File

@@ -25,5 +25,6 @@ If ( __COTIRE_INCLUDED )
Cotire ( test_cppamqp )
EndIf ( )
If ( __CMAKE_TESTS_INCLUDED )
Add_CMake_Test ( cppamqp test_cppamqp )
Add_CMake_Test ( NAME cppamqp
TARGET test_cppamqp )
EndIf ( )

Loading…
Cancel
Save