project(Phoenix) cmake_minimum_required(VERSION 3.0) include(callTestParserDecGenerator.cmake) set(DEPENDENCIES_GENERIC_STMT phoenix_parser_stmt string_utils) set(DEPENDENCIES_GRAPH_PARSER phoenix_parser_graph_parser phoenix_parser_representation file_parser option_parser string_utils) set(DEPENDENCIES_GRAPH_CPP_BACKEND phoenix_parser_cpp_backend phoenix_parser_representation string_utils) add_subdirectory(TEST_GENERIC_STMT) add_subdirectory(TEST_PARSE_CHARSET) add_subdirectory(TEST_SHADOK_LIST) add_subdirectory(TEST_C_ENUM) add_subdirectory(TEST_VAR_DECL) add_subdirectory(TEST_VAR_DECL_STRING) add_subdirectory(TEST_OPERATOR) add_subdirectory(TEST_OPERATOR_PRIORITY)