tahoma2d/toonz/sources/tcomposer/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

16 lines
204 B
CMake

add_executable(tcomposer
tcomposer.cpp
)
target_link_libraries(tcomposer
Qt5::Core
Qt5::Gui
Qt5::Widgets
toonzlib
tfarm
tnzstdfx
sound
image
colorfx
toonzqt
)