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
fb77c2c54b
CMake
/
Tests
/
VSExternalInclude
/
Lib1
/
CMakeLists.txt
7 lines
102 B
CMake
Raw
Blame
History
set
(
CMAKE_SUPPRESS_REGENERATION
1
)
project
(
LIB1
)
set
(
SOURCES
lib1.cpp
)
add_library
(
lib1
${
SOURCES
}
)
Reference in New Issue
View Git Blame
Copy Permalink