obs-aitum-multistream/cmake/windows/defaults.cmake

9 lines
187 B
CMake
Raw Normal View History

2024-06-13 17:17:25 +02:00
# CMake Windows defaults module
include_guard(GLOBAL)
# Enable find_package targets to become globally available targets
set(CMAKE_FIND_PACKAGE_TARGETS_GLOBAL TRUE)
include(buildspec)