This website works better with JavaScript.
Home
Explore
Help
Sign In
cpp
/
cppamqp
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
* improved unit test CMakefile
master
bergmann
7 years ago
parent
9088385526
commit
e6b4a88d07
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 ( )
Write
Preview
Loading…
Cancel
Save