1add_executable( 2 gfxstream-generic-apigen 3 ApiGen.cpp EntryPoint.cpp getopt.c main.cpp Parser.cpp strUtils.cpp TypeFactory.cpp) 4target_include_directories(gfxstream-generic-apigen PRIVATE ../..) 5install(TARGETS gfxstream-generic-apigen DESTINATION ${PROJECT_BINARY_DIR}) 6