CMakeLists.txt 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ################################################################################
  2. # HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
  3. #
  4. # Licensed under the Apache License, Version 2.0 (the "License");
  5. # you may not use this file except in compliance with the License.
  6. # You may obtain a copy of the License at
  7. #
  8. # http://www.apache.org/licenses/LICENSE-2.0
  9. #
  10. # Unless required by applicable law or agreed to in writing, software
  11. # distributed under the License is distributed on an "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. # See the License for the specific language governing permissions and
  14. # limitations under the License.
  15. ################################################################################
  16. HPCC_ADD_SUBDIRECTORY (esdlcomp)
  17. HPCC_ADD_SUBDIRECTORY (hidl)
  18. HPCC_ADD_SUBDIRECTORY (esdlcmd-xml)
  19. HPCC_ADD_SUBDIRECTORY (esdlcmd)
  20. HPCC_ADD_SUBDIRECTORY (backupnode "PLATFORM")
  21. IF (USE_OPENLDAP)
  22. HPCC_ADD_SUBDIRECTORY (addScopes "PLATFORM")
  23. HPCC_ADD_SUBDIRECTORY (initldap "PLATFORM")
  24. ENDIF(USE_OPENLDAP)
  25. HPCC_ADD_SUBDIRECTORY (combine "PLATFORM")
  26. HPCC_ADD_SUBDIRECTORY (dumpkey "PLATFORM")
  27. HPCC_ADD_SUBDIRECTORY (keydiff "PLATFORM")
  28. HPCC_ADD_SUBDIRECTORY (pstart "PLATFORM")
  29. HPCC_ADD_SUBDIRECTORY (pskill "PLATFORM")
  30. HPCC_ADD_SUBDIRECTORY (testsocket)
  31. HPCC_ADD_SUBDIRECTORY (swapnode "PLATFORM")
  32. HPCC_ADD_SUBDIRECTORY (vkey "PLATFORM")
  33. HPCC_ADD_SUBDIRECTORY (wuget "CLIENTTOOLS")
  34. HPCC_ADD_SUBDIRECTORY (wutool "PLATFORM")
  35. HPCC_ADD_SUBDIRECTORY (copyexp "PLATFORM")
  36. HPCC_ADD_SUBDIRECTORY (genht "PLATFORM")
  37. # start-stop-daemon is linux and apple only.
  38. if ( CMAKE_SYSTEM MATCHES Linux OR APPLE)
  39. message ("-- Building start-stop-daemon")
  40. HPCC_ADD_SUBDIRECTORY (start-stop-daemon)
  41. endif()