This website requires JavaScript.
Explore
Help
Sign In
12345qiupeng
/
oh_my_loam
Watch
1
Star
0
Fork
You've already forked oh_my_loam
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
232d22f783
oh_my_loam
/
common
/
CMakeLists.txt
4 lines
70 B
CMake
Raw
Normal View
History
Unescape
Escape
refactoring...
2021-01-04 21:26:09 +08:00
file
(
GLOB
SRC_FILES
**/*.cc
)
re-organize code structure
2020-10-16 18:08:31 +08:00
add_library
(
common
SHARED
${
SRC_FILES
}
)