mirror of
https://github.com/wqking/eventpp.git
synced 2024-12-26 15:52:40 +08:00
7 lines
214 B
CMake
7 lines
214 B
CMake
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)
|