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
d5e4cdc0f8
CMake
/
Tests
/
RunCMake
/
ObjectLibrary
/
MissingSource.cmake
2 lines
32 B
CMake
Raw
Normal View
History
Unescape
Escape
Check for OBJECT_LIBRARY source files at start of generation Teach cmGlobalGenerator::CheckTargets to include OBJECT_LIBRARY targets in the check for source file existence. Extend the RunCMake.ObjectLibrary test to cover this case.
2013-11-01 21:39:50 +04:00
add_library
(
A
OBJECT
missing.c
)