eden/externals/simpleini/SimpleIniConfig.cmake.in
swurl 6c655321e6
Move dead submodules in-tree
Signed-off-by: swurl <swurl@swurl.xyz>
2025-05-31 02:33:02 -04:00

8 lines
256 B
CMake

@PACKAGE_INIT@
# prevent repeatedly including the targets
if(NOT TARGET @PROJECT_NAME@::@PROJECT_NAME@)
include(${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake)
endif()
message(STATUS "Found @PROJECT_NAME@, version: ${@PROJECT_NAME@_VERSION}")