mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 11:45:47 +00:00
8 lines
256 B
CMake
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}")
|