mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
Its one user (LibMain) can now just specify a STATIC library type in an invocation of serenity_lib().
6 lines
67 B
CMake
6 lines
67 B
CMake
set(SOURCES
|
|
Main.cpp
|
|
)
|
|
|
|
serenity_lib(LibMain main TYPE STATIC)
|