mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:07:34 +00:00
Meta: Add a cmake flag for building for compiler explorer
We don't need to build tests/binaries for CE.
This commit is contained in:
parent
a06a5df297
commit
f20e0036bd
2 changed files with 2 additions and 1 deletions
|
@ -441,7 +441,7 @@ if (BUILD_LAGOM)
|
|||
SOURCES ${LIBX86_SOURCES}
|
||||
)
|
||||
|
||||
if (NOT ENABLE_OSS_FUZZ AND NOT ENABLE_FUZZER_SANITIZER)
|
||||
if (NOT ENABLE_OSS_FUZZ AND NOT ENABLE_FUZZER_SANITIZER AND NOT ENABLE_COMPILER_EXPLORER_BUILD)
|
||||
# Lagom Examples
|
||||
add_executable(TestApp TestApp.cpp)
|
||||
target_link_libraries(TestApp LagomCore)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue