CMakeLists.txt 124 B

12345678910
  1. add_executable(tool main.cpp)
  2. target_link_libraries(tool
  3. document
  4. filters
  5. renderers
  6. geom_helpers
  7. fmt
  8. )