mirror of
https://github.com/wqking/eventpp.git
synced 2024-12-27 16:41:11 +08:00
9 lines
249 B
CMake
9 lines
249 B
CMake
|
include(CMakeFindDependencyMacro)
|
||
|
|
||
|
get_filename_component(eventpp_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
||
|
if (NOT TARGET eventpp::eventpp)
|
||
|
include("${eventpp_CMAKE_DIR}/eventppTargets.cmake")
|
||
|
endif ()
|
||
|
|
||
|
set(eventpp_LIBRARIES eventpp::eventpp)
|