mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
This fixes the use case of adding the include folder manually to an outside project.
8 lines
168 B
CMake
8 lines
168 B
CMake
@PACKAGE_INIT@
|
|
|
|
# Only include targets once:
|
|
|
|
if( NOT TARGET @package_name@::@package_name@ )
|
|
include( "${CMAKE_CURRENT_LIST_DIR}/@package_target@.cmake" )
|
|
endif()
|