
set(CGRAPH_FUNCTIONAL_LIST
        test-functional-01
        test-functional-02
        test-functional-03
        test-functional-04
        test-functional-05
        )

foreach(func ${CGRAPH_FUNCTIONAL_LIST})
    add_executable(${func}
            $<TARGET_OBJECTS:CGraph>
            ${func}.cpp
            )
endforeach()
