mirror of
https://github.com/zebrajr/ladybird.git
synced 2026-01-15 12:15:15 +00:00
Lagom: Let's build liblagom as a static library.
This commit is contained in:
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})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user