mirror of
https://github.com/occ-ai/obs-localvocal
synced 2024-11-08 11:19:49 +00:00
9 lines
187 B
CMake
9 lines
187 B
CMake
|
# 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)
|