7 lines
203 B
CMake
Executable file
7 lines
203 B
CMake
Executable file
|
|
if("@VCPKG_LIBRARY_LINKAGE@" STREQUAL "static" AND NOT WIN32)
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(Threads)
|
|
endif()
|
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/log4cpp-targets.cmake)
|