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
bcc0f3fb05
CMake
/
Tests
/
RunCMake
/
ObjectLibrary
/
BadSourceExpression3.cmake
3 lines
88 B
CMake
Raw
Blame
History
add_library
(
NotObjLib
STATIC
a.c
)
add_library
(
A
STATIC
a.c
$<
TARGET_OBJECTS:NotObjLib
>
)
Reference in New Issue
View Git Blame
Copy Permalink