tahoma2d/toonz/sources/tcomposer/CMakeLists.txt

17 lines
204 B
CMake
Raw Normal View History

2016-03-19 06:57:51 +13:00
add_executable(tcomposer
tcomposer.cpp
)
2016-03-19 06:57:51 +13:00
target_link_libraries(tcomposer
Qt5::Core
Qt5::Gui
Qt5::Widgets
toonzlib
tfarm
tnzstdfx
sound
image
colorfx
toonzqt
)