tahoma2d/toonz/sources/tcomposer/CMakeLists.txt
Toshihiro Shimizu 890dddabbd first commit
2016-03-19 02:57:51 +09:00

13 lines
190 B
CMake

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