mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +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)
|
||||
endif()
|
||||
|
||||
if(POLICY CMP0051)
|
||||
# List TARGET_OBJECTS in SOURCES target property
|
||||
cmake_policy(SET CMP0051 NEW)
|
||||
endif()
|
||||
|
||||
project(REACTOS)
|
||||
|
||||
# Versioning
|
||||
|
|
Loading…
Reference in a new issue