blob: 2aaa6cac9bf8e4efe1e38b486def88d3cf584354 [file] [log] [blame]
add_executable(
gfxstream-generic-apigen
ApiGen.cpp EntryPoint.cpp getopt.c main.cpp Parser.cpp strUtils.cpp TypeFactory.cpp)
target_include_directories(gfxstream-generic-apigen PRIVATE ../..)
target_link_libraries(gfxstream-generic-apigen PRIVATE aemu-base.headers)
install(TARGETS gfxstream-generic-apigen DESTINATION ${PROJECT_BINARY_DIR})