blob: a9786310724fcfbfdcae1cd6ce76335dcddb82c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
set(support_SOURCES
archive.cpp
bits.cpp
colors.cpp
command-line.cpp
debug.cpp
file.cpp
path.cpp
safe_integer.cpp
threads.cpp
utilities.cpp
)
add_library(support OBJECT ${support_SOURCES})
|