9 lines
343 B
CMake
9 lines
343 B
CMake
|
# Compute installation prefix relative to this file.
|
||
|
get_filename_component(_dir "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
||
|
get_filename_component(_prefix "${_dir}/../.." ABSOLUTE)
|
||
|
|
||
|
# Import the targets.
|
||
|
include("${_prefix}/lib/VWeb-@version@/VWeb-targets.cmake")
|
||
|
|
||
|
# Report other information.
|
||
|
set(VWeb_INCLUDE_DIRS "${_prefix}/include/VWeb-@version@")
|