1
0
mirror of https://github.com/wqking/eventpp.git synced 2024-12-27 00:17:02 +08:00
eventpp/cmake/eventppConfig.cmake.in
2022-01-17 19:19:10 +01:00

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)