Skip to content

Commit

Permalink
fix: target name
Browse files Browse the repository at this point in the history
  • Loading branch information
taurusxin committed Mar 25, 2024
1 parent 5c970f4 commit 265fe67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if(WIN32)
target_link_options(ncmdump_lib PRIVATE -static)
endif()
else()
add_executable(ncmdump
add_executable(ncmdump_exec
${HEADERS}
${COMMON_SOURCES}
${EXECUTABLE_SOURCES}
Expand Down

0 comments on commit 265fe67

Please sign in to comment.