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
7410e2ed61
CMake
/
Tests
/
BuildDepends
/
Project
/
object_depends.cxx
2 lines
25 B
C++
Raw
Normal View
History
Unescape
Escape
Tests: Extend BuildDepends test to cover OBJECT_DEPENDS The actual file timestamp dependency is known to not work on Visual Studio or Xcode generators. Tolerate such failure for these generators (Tests/CustomCommand already covers using OBJECT_DEPENDS to pull a custom command into a target, and that still works with these generators).
2015-07-22 18:15:20 +03:00
int
main
(
)
{
return
0
;
}