tahoma2d/toonz/sources/tconverter/CMakeLists.txt

10 lines
120 B
CMake
Raw Normal View History

2016-03-19 06:57:51 +13:00
add_executable(tconverter
tconverter.cpp
)
2016-03-19 06:57:51 +13:00
target_link_libraries(tconverter
Qt5::Core
toonzlib
image
)