9 lines
No EOL
231 B
CMake
Executable file
9 lines
No EOL
231 B
CMake
Executable file
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(EABase CONFIG REQUIRED)
|
|
|
|
# Provide path for scripts
|
|
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")
|
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/EASTLTargets.cmake) |