[CMAKE] Include TARGET_OBJECTS expressions in SOURCES target property output. Patch by Amine Khaldi

svn path=/trunk/; revision=68649
This commit is contained in:
Daniel Reimer 2015-08-09 09:50:46 +00:00
parent 27c42db9b0
commit c1ae42088e

View file

@ -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