Added CMake Install.
This commit is contained in:
parent
5c8c4e86b2
commit
4367534a33
13 changed files with 68 additions and 18 deletions
9
pkg/vweb-config.cmake.in
Normal file
9
pkg/vweb-config.cmake.in
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# 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@")
|
||||
Loading…
Add table
Add a link
Reference in a new issue