Skip to content

Commit

Permalink
[sol] Updated to version 3.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Unarelith committed May 10, 2020
1 parent c277dc7 commit 2ddc43c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 22,184 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@
path = external/zlib
url = git://github.com/Unarelith/zlib.git
ignore = dirty
[submodule "external/sol2"]
path = external/sol2
url = git://github.com/ThePhD/sol2.git
ignore = dirty
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,11 @@ add_subdirectory(external/SFML)
add_subdirectory(external/zlib)
include_directories(external/zlib)

#------------------------------------------------------------------------------
# - sol3 (sol2 v3.x)
#------------------------------------------------------------------------------
include_directories(external/sol2/single/include/sol)

#------------------------------------------------------------------------------
# Subdirectories
#------------------------------------------------------------------------------
Expand Down
Loading

0 comments on commit 2ddc43c

Please sign in to comment.