mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 17:05:45 +00:00
[CMAKE] Include TARGET_OBJECTS expressions in SOURCES target property output. Patch by Amine Khaldi
svn path=/trunk/; revision=68649
This commit is contained in:
parent
27c42db9b0
commit
c1ae42088e
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@ if(POLICY CMP0026)
|
||||||
cmake_policy(SET CMP0026 OLD)
|
cmake_policy(SET CMP0026 OLD)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(POLICY CMP0051)
|
||||||
|
# List TARGET_OBJECTS in SOURCES target property
|
||||||
|
cmake_policy(SET CMP0051 NEW)
|
||||||
|
endif()
|
||||||
|
|
||||||
project(REACTOS)
|
project(REACTOS)
|
||||||
|
|
||||||
# Versioning
|
# Versioning
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue