1
0
mirror of https://github.com/wqking/eventpp.git synced 2024-12-26 15:52:40 +08:00
eventpp/cmake/eventppConfig.cmake.in

7 lines
214 B
CMake
Raw Normal View History

2022-01-17 18:44:58 +01:00
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)