Skip to content

Commit

Permalink
Added version_rc to new minizip
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-Aldorasi-Imprivata committed Jul 25, 2019
1 parent a180abc commit 7e40543
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,8 @@ set_target_properties(${PROJECT_NAME} PROPERTIES
DEFINE_SYMBOL "MZ_EXPORTS"
POSITION_INDEPENDENT_CODE 1)

target_link_libraries(${PROJECT_NAME} ${version_rc})

if(MZ_LZMA)
set_target_properties(${PROJECT_NAME} PROPERTIES C_STANDARD 99)
endif()
Expand Down

0 comments on commit 7e40543

Please sign in to comment.