ChonkyStation/zep/cmake/zep-config.cmake.in
2022-07-07 16:42:31 +02:00

5 lines
105 B
CMake

@PACKAGE_INIT@
if(NOT TARGET Zep::Zep)
include(${CMAKE_CURRENT_LIST_DIR}/zep-targets.cmake)
endif()