mirror of https://github.com/procxx/kepka.git
Add missed source file [sq]
This commit is contained in:
parent
43480b0ae8
commit
b69598e66f
|
@ -3,6 +3,7 @@ add_executable(codegen_emoji
|
|||
generator.cpp
|
||||
main.cpp
|
||||
options.cpp
|
||||
replaces.cpp
|
||||
)
|
||||
target_link_libraries(codegen_emoji codegen_common Qt5::Core Qt5::Gui)
|
||||
qt5_use_modules(codegen_emoji Core)
|
||||
|
|
Loading…
Reference in New Issue