add cyberiadaml CMake package

This commit is contained in:
Alexey Fedoseev
2024-05-09 21:52:58 +03:00
parent 91339d4545
commit 41b4982635
2 changed files with 23 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
get_filename_component(_dir "${CMAKE_CURRENT_LIST_FILE}" PATH)
get_filename_component(_prefix "${_dir}/../.." ABSOLUTE)
include("${_prefix}/lib/cmake/cyberiadaml.cmake")
set(cyberiadaml_INCLUDE_DIRS "${_prefix}/include/")
set(cyberiadaml_LIBRARY "${_prefix}/lib/")
set(cyberiadaml_LIBRARIES "cyberiadaml")