yuzu/externals/vcpkg/ports/concurrentqueue/unofficial-concurrentqueue-config.in.cmake

6 lines
218 B
CMake
Raw Normal View History

2022-07-23 05:01:36 +04:00
if("@VCPKG_LIBRARY_LINKAGE@" STREQUAL "static" AND NOT WIN32)
include(CMakeFindDependencyMacro)
find_dependency(Threads)
endif()
include(${CMAKE_CURRENT_LIST_DIR}/unofficial-concurrentqueue-targets.cmake)