Skip to content

Commit

Permalink
build(cmake): fix libvideo2x output file name
Browse files Browse the repository at this point in the history
Signed-off-by: k4yt3x <i@k4yt3x.com>
  • Loading branch information
k4yt3x committed Jan 8, 2025
1 parent e709688 commit 1edec94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ target_compile_features(libvideo2x PRIVATE cxx_std_17)

# Set the shared library output name and disable C++ extensions
set_target_properties(libvideo2x PROPERTIES
PREFIX lib
OUTPUT_NAME video2x
PREFIX ""
OUTPUT_NAME libvideo2x
CXX_EXTENSIONS OFF
)

Expand Down

0 comments on commit 1edec94

Please sign in to comment.