mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-28 01:39:05 +00:00
@@ -0,0 +1,8 @@
|
||||
@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}")
|
||||
Reference in New Issue
Block a user