ReadOnlyProperty.cmake 162 B

123456
  1. cmake_minimum_required(VERSION 3.7)
  2. project(ReadOnlyProperty C)
  3. add_library(a a.c)
  4. set_property(TARGET a PROPERTY MANUALLY_ADDED_DEPENDENCIES DEPENDENCIES foo)