MuseScore/build/FindStaticLibrary.cmake

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
140 B
CMake
Raw Normal View History

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