CMakeLists.txt 223 B

1234567
  1. if(APPLE)
  2. # traverse into osx subdirectory to install and patch the create-pack script
  3. add_subdirectory(osx)
  4. elseif(WIN32)
  5. # MSI package scripts, helper DLL and migration tools
  6. add_subdirectory(win)
  7. endif()