tahoma2d/toonz/sources/tcleanupper/CMakeLists.txt

11 lines
131 B
CMake
Raw Normal View History

2016-03-19 06:57:51 +13:00
add_executable(tcleanup
tcleanupper.cpp
)
2016-03-19 06:57:51 +13:00
target_link_libraries(tcleanup
Qt5::Core
Qt5::Widgets
tfarm
image
)