mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-26 12:17:52 +00:00
Everywhere: Don't install code generators and test binaries
This commit is contained in:
parent
d427344f39
commit
033057683c
Notes:
sideshowbarker
2024-07-16 23:23:26 +09:00
Author: https://github.com/sideeffect42
Commit: 033057683c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/505
9 changed files with 12 additions and 24 deletions
|
@ -1,7 +1,5 @@
|
|||
serenity_testjs_test(test-js.cpp test-js LIBS LibUnicode)
|
||||
|
||||
install(TARGETS test-js RUNTIME DESTINATION bin OPTIONAL)
|
||||
|
||||
serenity_test(test-invalid-unicode-js.cpp LibJS LIBS LibJS LibUnicode)
|
||||
|
||||
serenity_test(test-value-js.cpp LibJS LIBS LibJS LibUnicode)
|
||||
|
@ -9,9 +7,7 @@ serenity_test(test-value-js.cpp LibJS LIBS LibJS LibUnicode)
|
|||
add_executable(test262-runner test262-runner.cpp)
|
||||
target_link_libraries(test262-runner PRIVATE LibJS LibCore LibUnicode)
|
||||
serenity_set_implicit_links(test262-runner)
|
||||
install(TARGETS test262-runner RUNTIME DESTINATION bin OPTIONAL)
|
||||
|
||||
add_executable(test-test262 test-test262.cpp)
|
||||
target_link_libraries(test-test262 PRIVATE LibMain LibCore LibFileSystem)
|
||||
serenity_set_implicit_links(test-test262)
|
||||
install(TARGETS test-test262 RUNTIME DESTINATION bin OPTIONAL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue