Skip to content

Commit

Permalink
Lagom: Let's build liblagom as a static library.
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Jul 25, 2019
1 parent 6957976 commit e4c9235
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Lagom/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
liblagom.a
CMakeCache.txt
CMakeFiles
Makefile
Expand Down
2 changes: 1 addition & 1 deletion Lagom/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ set(SOURCES ${SOURCES}

include_directories (../)
include_directories (../Libraries/)
add_library(lagom SHARED ${SOURCES})
add_library(lagom ${SOURCES})

0 comments on commit e4c9235

Please sign in to comment.