This website requires JavaScript.
Explore
Help
Sign In
Lubuntu
/
cmake
Watch
3
Star
0
Fork
0
You've already forked cmake
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
cmake
/
Tests
/
RunCMake
/
ObjectLibrary
/
BadSourceExpression3.cmake
3 lines
87 B
CMake
Raw
Normal View
History
Unescape
Escape
New upstream version 3.15.4
2019-11-11 23:01:05 +01:00
add_library
(
NotObjLib
INTERFACE
)
Imported Upstream version 2.8.8
2012-04-19 19:04:21 +03:00
add_library
(
A
STATIC
a.c
$<
TARGET_OBJECTS:NotObjLib
>
)
Reference in New Issue
Copy Permalink