6 lines
88 B
CMake
6 lines
88 B
CMake
add_subdirectory(table)
|
|
|
|
set(ALL_OBJECT_FILES
|
|
${ALL_OBJECT_FILES}
|
|
PARENT_SCOPE)
|