mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 17:15:07 +00:00
5 lines
172 B
Text
5 lines
172 B
Text
source_set("Selection") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [ "Selection.cpp" ]
|
|
}
|