defaults.cmake 187 B

12345678
  1. # CMake Windows defaults module
  2. include_guard(GLOBAL)
  3. # Enable find_package targets to become globally available targets
  4. set(CMAKE_FIND_PACKAGE_TARGETS_GLOBAL TRUE)
  5. include(buildspec)