]> granicus.if.org Git - icinga2/blobdiff - tools/CMakeLists.txt
Merge pull request #5209 from Mikesch-mp/itl_mssql
[icinga2] / tools / CMakeLists.txt
index 370894aa88c2716c437726057f818732e3a8b476..af720ebfe6c5421d5cc01ba3098755c8116e736d 100644 (file)
@@ -1,5 +1,5 @@
 # Icinga 2
-# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org)
+# Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/)
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -17,7 +17,5 @@
 
 add_subdirectory(mkclass)
 add_subdirectory(mkembedconfig)
+add_subdirectory(mkunity)
 
-if(UNIX OR CYGWIN)
-  install(CODE "execute_process(COMMAND \"${CMAKE_COMMAND}\" -E create_symlink ./icinga2-enable-feature \"\$ENV{DESTDIR}${CMAKE_INSTALL_FULL_SBINDIR}/icinga2-disable-feature\")")
-endif()