8 lines
170 B
CMake
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()
|