tahoma2d/toonz/sources/tcleanupper/CMakeLists.txt
Campbell Barton 9ece9c0c92 Cleanup: CMake style
Use parens on newline, avoids diff-noise when adding values.
2016-07-23 04:59:47 +10:00

11 lines
131 B
CMake

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