mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-16 05:51:55 +00:00
10 lines
221 B
CMake
10 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)
|