mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 19:47:17 +02:00
11 lines
221 B
CMake
11 lines
221 B
CMake
set(SOURCES
|
|
math.cpp
|
|
../LibC/ssp.cpp
|
|
)
|
|
|
|
set_source_files_properties (../LibC/ssp.cpp PROPERTIES COMPILE_FLAGS
|
|
"-fno-stack-protector")
|
|
|
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -nostdlib")
|
|
serenity_libc(LibM m)
|