10 lines
83 B
CMake
10 lines
83 B
CMake
add_library(
|
|
test_support
|
|
|
|
OBJECT
|
|
|
|
file_test.cc
|
|
malloc.cc
|
|
test_util.cc
|
|
)
|