Skip to content

Commit

Permalink
chore: fixed double appearance of genklemsamp
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregungory committed Aug 20, 2020
1 parent 2d044e7 commit 2028a02
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/util/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,6 @@ if(WIN32)
add_custom_target(genambpos ALL
COMMAND pp ${CMAKE_CURRENT_SOURCE_DIR}/genambpos.pl -o ${CMAKE_CURRENT_SOURCE_DIR}/genambpos.exe -d
)
add_custom_target(genklemsamp ALL
COMMAND pp ${CMAKE_CURRENT_SOURCE_DIR}/genklemsamp.pl -o ${CMAKE_CURRENT_SOURCE_DIR}/genklemsamp.exe -d
)
add_custom_target(rcode2bmp ALL
COMMAND pp ${CMAKE_CURRENT_SOURCE_DIR}/rcode2bmp.pl -o ${CMAKE_CURRENT_SOURCE_DIR}/rcode2bmp.exe -d
)
Expand All @@ -215,7 +212,6 @@ if(WIN32)
objpict.exe
objview.exe
genambpos.exe
genklemsamp.exe
rcode2bmp.exe
rtpict.exe
DESTINATION "bin"
Expand All @@ -240,7 +236,11 @@ else()
rcode2bmp.pl
rlux.csh
rtpict.pl
trad.wsh
vinfo.csh
)
add_custom_target(trad ALL
COMMAND csh -f ${CMAKE_CURRENT_SOURCE_DIR}/tradinstall.csh
RUNTIME DESTINATION "bin"
${CMAKE_BINARY_DIR}/lib
)
endif()

0 comments on commit 2028a02

Please # to comment.