File: FindStaticLibrary.cmake

package info (click to toggle)
musescore3 3.2.3%2Bdfsg2-11
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 210,672 kB
  • sloc: cpp: 291,093; xml: 200,238; sh: 3,779; ansic: 1,447; python: 393; makefile: 240; perl: 82; pascal: 79
file content (3 lines) | stat: -rw-r--r-- 140 bytes parent folder | download | duplicates (5)
1
2
3
add_library(zlibstat STATIC IMPORTED)	
set_target_properties(zlibstat PROPERTIES IMPORTED_LOCATION ${DEPENDENCIES_DIR}/zlibstat.lib)