mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-02-01 10:34:04 -05:00
6 lines
218 B
CMake
6 lines
218 B
CMake
|
if("@VCPKG_LIBRARY_LINKAGE@" STREQUAL "static" AND NOT WIN32)
|
||
|
include(CMakeFindDependencyMacro)
|
||
|
find_dependency(Threads)
|
||
|
endif()
|
||
|
|
||
|
include(${CMAKE_CURRENT_LIST_DIR}/unofficial-concurrentqueue-targets.cmake)
|