MuseScore/build/FindStaticLibrary.cmake
anatoly-os 0599771d0e fix mp3 export after migration to 64-bit
Rename libs back so that theu don't have architecture postfix
2018-08-23 16:50:57 +02:00

3 lines
140 B
CMake

add_library(zlibstat STATIC IMPORTED)
set_target_properties(zlibstat PROPERTIES IMPORTED_LOCATION ${DEPENDENCIES_DIR}/zlibstat.lib)