CMakeLists.txt 180 B

12345678
  1. # MSI package scripts, helper DLL and migration tools
  2. if(BUILD_WIN_MSI)
  3. add_subdirectory(msi)
  4. endif()
  5. if(BUILD_WIN_MSI OR BUILD_WIN_TOOLS)
  6. add_subdirectory(tools)
  7. endif()