mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-27 19:59:03 +00:00
Lagom: Let's build liblagom as a static library.
This commit is contained in:
parent
6957976796
commit
e4c9235c91
Notes:
sideshowbarker
2024-07-19 13:03:49 +09:00
Author: https://github.com/awesomekling
Commit: e4c9235c91
2 changed files with 2 additions and 1 deletions
1
Lagom/.gitignore
vendored
1
Lagom/.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
liblagom.a
|
||||
CMakeCache.txt
|
||||
CMakeFiles
|
||||
Makefile
|
||||
|
|
|
@ -22,5 +22,5 @@ set(SOURCES ${SOURCES}
|
|||
|
||||
include_directories (../)
|
||||
include_directories (../Libraries/)
|
||||
add_library(lagom SHARED ${SOURCES})
|
||||
add_library(lagom ${SOURCES})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue