mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-04 16:38:25 -05:00
10 lines
233 B
CMake
Executable File
10 lines
233 B
CMake
Executable File
@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")
|