mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-03 03:08:23 -05:00
8 lines
212 B
CMake
Executable File
8 lines
212 B
CMake
Executable File
|
|
if("@VCPKG_LIBRARY_LINKAGE@" STREQUAL "static" AND NOT WIN32)
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(Threads)
|
|
endif()
|
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/unofficial-sodiumTargets.cmake)
|