Merge branch 'develop' of github.com:potassco/plasp into develop
This commit is contained in:
commit
fb3f847f6a
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,3 +1,3 @@
|
|||||||
[submodule "tests/catch"]
|
[submodule "lib/catch"]
|
||||||
path = tests/catch
|
path = lib/catch
|
||||||
url = https://github.com/philsquared/Catch.git
|
url = https://github.com/philsquared/Catch
|
||||||
|
1
lib/catch
Submodule
1
lib/catch
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit e27c4ee04282f60aefcc9b1062a74f92cf6c1a2b
|
@ -5,7 +5,7 @@ file(GLOB core_sources "*.cpp")
|
|||||||
include_directories(
|
include_directories(
|
||||||
${Boost_INCLUDE_DIRS}
|
${Boost_INCLUDE_DIRS}
|
||||||
${PROJECT_SOURCE_DIR}/include
|
${PROJECT_SOURCE_DIR}/include
|
||||||
catch/single_include
|
${PROJECT_SOURCE_DIR}/lib/catch/single_include
|
||||||
)
|
)
|
||||||
|
|
||||||
set(libraries
|
set(libraries
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 88732e85b2ac0233bba6fec5c032d02f9c5c230b
|
|
Reference in New Issue
Block a user