1
0
mirror of https://github.com/wqking/eventpp.git synced 2024-12-27 00:17:02 +08:00
eventpp/cmake/eventppConfig.cmake.in
Niccolò Iardella 9643468146
Add CMake support
2022-01-17 18:44:58 +01:00

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)