Warning, /graphics/peruse/src/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # A library for managing acbf (Advanced Comic Book Format) data, as defined by http://acbf.wikia.com/wiki/Specifications
0002 add_subdirectory(acbf)
0003 
0004 # Content provider Quick2 plugin
0005 add_subdirectory(contentlist)
0006 
0007 # Our Qt Quick plugin
0008 add_subdirectory(qtquick)
0009 
0010 # Comon helper library shared between app and creator.
0011 add_subdirectory(common)
0012 
0013 # Base application
0014 add_subdirectory(app)
0015 
0016 # Creator application
0017 add_subdirectory(creator)