mirror of
https://github.com/k4yt3x/video2x.git
synced 2026-02-04 03:22:07 +08:00
build(cmake): fix libvideo2x output file name
Signed-off-by: k4yt3x <i@k4yt3x.com>
This commit is contained in:
@@ -95,8 +95,8 @@ target_compile_features(libvideo2x PRIVATE cxx_std_17)
|
|||||||
|
|
||||||
# Set the shared library output name and disable C++ extensions
|
# Set the shared library output name and disable C++ extensions
|
||||||
set_target_properties(libvideo2x PROPERTIES
|
set_target_properties(libvideo2x PROPERTIES
|
||||||
PREFIX lib
|
PREFIX ""
|
||||||
OUTPUT_NAME video2x
|
OUTPUT_NAME libvideo2x
|
||||||
CXX_EXTENSIONS OFF
|
CXX_EXTENSIONS OFF
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user