]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
added utils cpputest to cmake
authorJoel Cornett <joel.cornett@gmail.com>
Wed, 20 Apr 2016 14:42:55 +0000 (10:42 -0400)
committerJoel Cornett <joel.cornett@gmail.com>
Wed, 20 Apr 2016 14:42:55 +0000 (10:42 -0400)
src/utils/CMakeLists.txt
src/utils/test/CMakeLists.txt

index 1ebbba2a319f3a2fc02c63315303d56686c22e07..5a06c07ce33c0325ddfce22d5a5d884b3f152740 100644 (file)
@@ -1,4 +1,3 @@
-
 find_package(Threads REQUIRED)
 
 # FIXIT-M  remove.
@@ -61,3 +60,5 @@ target_link_libraries(utils
 install (FILES ${UTIL_INCLUDES}
     DESTINATION "${INCLUDE_INSTALL_PATH}/utils"
 )
+
+add_subdirectory ( test )
index 3339acb13acba0eea0ac555a6b5ca6e07d572695..ccde83872cd7b5a3ee3cd717168a87f6dc17dfee 100644 (file)
@@ -1,2 +1 @@
 add_cpputest(util_math_test utils)
-