mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
8 lines
151 B
CMake
8 lines
151 B
CMake
set(SOURCES
|
|
math.cpp
|
|
)
|
|
|
|
serenity_libc(LibM m)
|
|
target_include_directories(LibM PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
|
target_link_libraries(LibM LibC)
|