Added wingetopt to dependencies

This commit is contained in:
Snaipe 2015-09-05 23:22:47 +02:00
parent 95539c89ad
commit f67bed8dba
3 changed files with 9 additions and 0 deletions

3
.gitmodules vendored
View file

@ -4,3 +4,6 @@
[submodule "dependencies/dyncall"]
path = dependencies/dyncall
url = https://github.com/Snaipe/dyncall.git
[submodule "dependencies/wingetopt"]
path = dependencies/wingetopt
url = https://github.com/alex85k/wingetopt.git

View file

@ -17,6 +17,11 @@ include_directories(
dependencies/dyncall/dyncall/
)
if (MSVC)
add_subdirectory(dependencies/wingetopt/ EXCLUDE_FROM_ALL)
include_directories(dependencies/wingetopt/src/)
endif ()
# Project setup & environment variables
set(PROJECT_VERSION "1.3.1")

1
dependencies/wingetopt vendored Submodule

@ -0,0 +1 @@
Subproject commit 76a5d1ab15f684d4c9479a32624d65b3bd1a726b