Files
evolution/data/webkit/CMakeLists.txt
Milan Crha fcd4768b2e EWebKitEditor: Switch to JavaScriptCore API
The C DOM API had been deprecated since WebKitGTK 2.22. This is
the editor rewrite to use the new API.
2020-04-27 15:06:56 +02:00

14 lines
184 B
CMake

set(DATA_FILES
e-convert.js
e-editor.js
e-selection.js
e-undo-redo.js
e-web-view.js
webview.css
webview-print.css
)
install(FILES ${DATA_FILES}
DESTINATION ${webkitdatadir}
)