zeek/auxil/expected-lite/cmake/expected-lite-config.cmake.in
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

8 lines
170 B
CMake

@PACKAGE_INIT@
# Only include targets once:
if( NOT TARGET @package_nspace@::@package_name@ )
include( "${CMAKE_CURRENT_LIST_DIR}/@package_target@.cmake" )
endif()