Skip to content

Commit

Permalink
Allow install on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
DolphyWind committed Jan 28, 2024
1 parent 9378377 commit e72fe20
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,4 @@ if(WIN32)
target_compile_options(${TARGET_BINARY_NAME} PRIVATE /utf-8)
endif()

if(NOT WIN32)
install(TARGETS ${TARGET_BINARY_NAME} DESTINATION bin)
endif()
install(TARGETS ${TARGET_BINARY_NAME} DESTINATION bin)

0 comments on commit e72fe20

Please sign in to comment.