add cxxopts example and update lua (#73)

* add cxxopts example

* use new tags for lua

* update readme

* update readme

* update lua

* typo
This commit is contained in:
Lars Melchior
2019-07-24 11:48:50 +02:00
committed by GitHub
parent 64f5fe37cd
commit a6bc65a76c
6 changed files with 67 additions and 19 deletions

View File

@@ -7,8 +7,7 @@ include(../../cmake/CPM.cmake)
CPMAddPackage(
NAME lua
GIT_REPOSITORY https://github.com/lua/lua.git
VERSION 5.3.4
GIT_TAG v5-3-4
VERSION 5.3.5
DOWNLOAD_ONLY YES
)