tahoma2d/toonz/sources/tcleanupper/CMakeLists.txt
2020-05-27 00:38:36 -06:00

10 lines
131 B
CMake

add_executable(tcleanup
tcleanupper.cpp
)
target_link_libraries(tcleanup
Qt5::Core
Qt5::Widgets
tfarm
image
)