tahoma2d/toonz/sources/tcleanupper/CMakeLists.txt

11 lines
131 B
CMake
Raw Normal View History

2020-05-27 18:38:36 +12:00
add_executable(tcleanup
tcleanupper.cpp
)
target_link_libraries(tcleanup
Qt5::Core
Qt5::Widgets
tfarm
image
)