Everywhere: Don't install code generators and test binaries

This commit is contained in:
Dennis Camera 2024-07-08 11:54:50 +02:00 committed by Andrew Kaster
commit 033057683c
Notes: sideshowbarker 2024-07-16 23:23:26 +09:00
9 changed files with 12 additions and 24 deletions

View file

@ -19,5 +19,3 @@ target_link_libraries(TestLibCorePromise PRIVATE LibThreading)
# NOTE: Required because of the LocalServer tests
target_link_libraries(TestLibCoreStream PRIVATE LibThreading)
target_link_libraries(TestLibCoreSharedSingleProducerCircularQueue PRIVATE LibThreading)
install(FILES long_lines.txt 10kb.txt small.txt DESTINATION usr/Tests/LibCore)