mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-01-15 12:18:52 +00:00
build(cmake): fix libvideo2x output file name
Signed-off-by: k4yt3x <i@k4yt3x.com>
This commit is contained in:
parent
e7096887ed
commit
1edec941c7
@ -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
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user