Add PDF writer.
This commit is contained in:
parent
c05b7b6315
commit
9c116b1efd
72 changed files with 1819 additions and 114 deletions
|
@ -1,5 +1,6 @@
|
|||
list(APPEND core_HEADERS
|
||||
AbstractApp.h
|
||||
Dictionary.h
|
||||
Event.h
|
||||
Color.h
|
||||
CommandLineArgs.h
|
||||
|
@ -12,6 +13,7 @@ list(APPEND core_HEADERS
|
|||
|
||||
list(APPEND core_LIB_INCLUDES
|
||||
Event.cpp
|
||||
Dictionary.cpp
|
||||
Color.cpp
|
||||
CommandLineArgs.cpp
|
||||
loggers/FileLogger.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue