mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:19:01 +08:00
5e329f0bd3
* [loguru] extend to generate proper binary on linux * Update the changes * Update CMakeLists.txt * Remove CMAKE_CXX_LINK_FLAGS * Add find_dependency(Threads) to config file
10 lines
233 B
CMake
10 lines
233 B
CMake
@PACKAGE_INIT@
|
|
|
|
if(UNIX)
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(Threads)
|
|
endif()
|
|
|
|
set_and_check(loguru_INCLUDE_DIR "@PACKAGE_INCLUDE_INSTALL_DIR@")
|
|
include("${CMAKE_CURRENT_LIST_DIR}/loguruTargets.cmake")
|