File: SetDefaultTargetProperties.cmake

package info (click to toggle)
veyon 4.5.3%2Brepack1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,884 kB
  • sloc: cpp: 44,678; ansic: 6,852; python: 218; makefile: 200; sh: 47
file content (3 lines) | stat: -rw-r--r-- 133 bytes parent folder | download
1
2
3
macro(SET_DEFAULT_TARGET_PROPERTIES TARGET_NAME)
	set_property(TARGET ${TARGET_NAME} PROPERTY NO_SYSTEM_FROM_IMPORTED ON)
endmacro()