eden/externals/simpleini/SimpleIniConfig.cmake.in

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
256 B
CMake
Raw Normal View History

@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}")