mirror of
https://github.com/aimrebirth/tools.git
synced 2026-04-15 01:43:25 +00:00
3 lines
No EOL
102 B
CMake
3 lines
No EOL
102 B
CMake
file(GLOB common_src "*.h" "*.cpp")
|
|
add_library(common ${common_src})
|
|
add_dependencies(common version) |