This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
82df6deaaf
CMake
/
Tests
/
InterfaceLibrary
/
obj.cpp
2 lines
24 B
C++
Raw
Normal View
History
Unescape
Escape
Allow INTERFACE_SOURCES to specify $<TARGET_OBJECTS> (#14970) Fix cmTarget::GetSourceFiles to set EvaluateForBuildsystem on the $<TARGET_PROPERTY:...,INTERFACE_SOURCES> generator expression so that the $<TARGET_OBJECTS> generator expression is allowed within an INTERFACE_SOURCES value. Extend the InterfaceLibrary test to cover this case. Extend the RunCMake.TargetObjects test to cover failure of $<TARGET_OBJECTS> when used through $<TARGET_PROPERTY:...,INTERFACE_SOURCES> in a non-buildsystem context.
2014-07-09 21:11:38 +04:00
int
obj
(
)
{
return
0
;
}