mirror of
https://github.com/k4yt3x/video2x.git
synced 2026-02-20 21:44:43 +08:00
build(cmake): add the CMake package config and target files
Signed-off-by: k4yt3x <i@k4yt3x.com>
This commit is contained in:
2
cmake/Video2XConfig.cmake.in
Normal file
2
cmake/Video2XConfig.cmake.in
Normal file
@@ -0,0 +1,2 @@
|
||||
@PACKAGE_INIT@
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/Video2XTargets.cmake")
|
||||
7
cmake/version.h.in
Normal file
7
cmake/version.h.in
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
namespace video2x {
|
||||
|
||||
#define LIBVIDEO2X_VERSION_STRING "@PROJECT_VERSION@"
|
||||
|
||||
} // namespace video2x
|
||||
Reference in New Issue
Block a user