mirror of https://github.com/Icinga/icinga2.git
CMake for negative test
This commit is contained in:
parent
2620091238
commit
f029fcc2fb
|
@ -3,3 +3,4 @@ project (utf8cpp)
|
|||
|
||||
include_directories ("${PROJECT_SOURCE_DIR}/source")
|
||||
add_subdirectory (samples)
|
||||
add_subdirectory (test_drivers)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
add_subdirectory (negative)
|
|
@ -0,0 +1 @@
|
|||
add_executable (negative negative.cpp)
|
Loading…
Reference in New Issue