1 2 3 4 5 6 7 8 9
add_library(lbug_storage_predicate OBJECT null_predicate.cpp column_predicate.cpp constant_predicate.cpp) set(ALL_OBJECT_FILES ${ALL_OBJECT_FILES} $<TARGET_OBJECTS:lbug_storage_predicate> PARENT_SCOPE)