mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:27:35 +00:00
Everywhere: Add component declarations
This adds component declarations so that users can select to not build certain parts of the OS.
This commit is contained in:
parent
6e094b8dbe
commit
631d36fd98
89 changed files with 535 additions and 8 deletions
|
@ -1,2 +1,2 @@
|
|||
serenity_testjs_test(test-js.cpp test-js)
|
||||
install(TARGETS test-js RUNTIME DESTINATION bin)
|
||||
install(TARGETS test-js RUNTIME DESTINATION bin OPTIONAL)
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
serenity_testjs_test(test-wasm.cpp test-wasm LIBS LibWasm)
|
||||
install(TARGETS test-wasm RUNTIME DESTINATION bin)
|
||||
install(TARGETS test-wasm RUNTIME DESTINATION bin OPTIONAL)
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
serenity_testjs_test(test-web.cpp test-web LIBS LibWeb)
|
||||
install(TARGETS test-web RUNTIME DESTINATION bin)
|
||||
install(TARGETS test-web RUNTIME DESTINATION bin OPTIONAL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue