This repository has been archived on 2024-08-13. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
libcyberiadamlpp/cyberiadamlpp-config.cmake.in
2024-05-09 23:09:07 +03:00

9 lines
318 B
CMake

get_filename_component(_dir "${CMAKE_CURRENT_LIST_FILE}" PATH)
get_filename_component(_prefix "${_dir}/../.." ABSOLUTE)
include("${_prefix}/lib/cmake/cyberiadamlpp.cmake")
set(cyberiadamlpp_INCLUDE_DIRS "${_prefix}/include/")
set(cyberiadamlpp_LIBRARY "${_prefix}/lib/")
set(cyberiadamlpp_LIBRARIES "cyberiadamlpp")