Added wingetopt to dependencies
This commit is contained in:
parent
95539c89ad
commit
f67bed8dba
3 changed files with 9 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -4,3 +4,6 @@
|
||||||
[submodule "dependencies/dyncall"]
|
[submodule "dependencies/dyncall"]
|
||||||
path = dependencies/dyncall
|
path = dependencies/dyncall
|
||||||
url = https://github.com/Snaipe/dyncall.git
|
url = https://github.com/Snaipe/dyncall.git
|
||||||
|
[submodule "dependencies/wingetopt"]
|
||||||
|
path = dependencies/wingetopt
|
||||||
|
url = https://github.com/alex85k/wingetopt.git
|
||||||
|
|
|
@ -17,6 +17,11 @@ include_directories(
|
||||||
dependencies/dyncall/dyncall/
|
dependencies/dyncall/dyncall/
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if (MSVC)
|
||||||
|
add_subdirectory(dependencies/wingetopt/ EXCLUDE_FROM_ALL)
|
||||||
|
include_directories(dependencies/wingetopt/src/)
|
||||||
|
endif ()
|
||||||
|
|
||||||
# Project setup & environment variables
|
# Project setup & environment variables
|
||||||
|
|
||||||
set(PROJECT_VERSION "1.3.1")
|
set(PROJECT_VERSION "1.3.1")
|
||||||
|
|
1
dependencies/wingetopt
vendored
Submodule
1
dependencies/wingetopt
vendored
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 76a5d1ab15f684d4c9479a32624d65b3bd1a726b
|
Loading…
Add table
Reference in a new issue