• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 ../..)
5target_link_libraries(gfxstream-generic-apigen PRIVATE aemu-base.headers)
6install(TARGETS gfxstream-generic-apigen DESTINATION ${PROJECT_BINARY_DIR})
7