Skip to content

Commit

Permalink
fix copy-paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
ValleyBell committed Mar 19, 2022
1 parent 5cd4bca commit 3d59729
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 @@ -128,8 +128,8 @@ install(TARGETS vgm_ptch RUNTIME DESTINATION "bin")
add_executable(vgm_ren
vgm_ren.c
)
target_link_libraries(vgm_ptch ${ZLIB_LIBRARIES})
install(TARGETS vgm_ptch RUNTIME DESTINATION "bin")
target_link_libraries(vgm_ren ${ZLIB_LIBRARIES})
install(TARGETS vgm_ren RUNTIME DESTINATION "bin")


add_executable(vgm_smp1
Expand Down

0 comments on commit 3d59729

Please sign in to comment.