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: https://github.com/SerenityOS/serenity/commit/e4c9235c914
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
Reference in a new issue