Skip to content

Commit

Permalink
fix: cannot find build target
Browse files Browse the repository at this point in the history
  • Loading branch information
taurusxin committed Mar 25, 2024
1 parent 068b1a6 commit e5cd9bd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ if(WIN32)
)

set_target_properties(ncmdump_exec PROPERTIES OUTPUT_NAME "ncmdump")
set_target_properties(ncmdump_lib PROPERTIES OUTPUT_NAME "ncmdump")

# Prefix shared libraries with 'lib'.
set(CMAKE_SHARED_LIBRARY_PREFIX "lib")
set_target_properties(ncmdump_lib PROPERTIES OUTPUT_NAME "libncmdump")

target_include_directories(ncmdump_lib PRIVATE src/include)

Expand Down

0 comments on commit e5cd9bd

Please sign in to comment.