This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
Code
Issues
Pull Requests
Releases
Wiki
Activity
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 13:39:50 -04:00
add_library
(
A
OBJECT
missing.c
)
Reference in New Issue
Copy Permalink