mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 09:29:15 -05:00
d9f836e956
Closes: #16165
7 lines
162 B
CMake
7 lines
162 B
CMake
cmake_minimum_required(VERSION 3.7)
|
|
project(ReadOnlyProperty C)
|
|
|
|
add_library(a a.c)
|
|
|
|
set_property(TARGET a PROPERTY MANUALLY_ADDED_DEPENDENCIES DEPENDENCIES foo)
|