patrick
/
plasp
Archived
1
0
Fork 0

Moved Catch to lib directory.

This commit is contained in:
Patrick Lühne 2016-11-12 18:14:30 +01:00
parent 5d8c143e60
commit ba63a9fb05
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
4 changed files with 5 additions and 5 deletions

6
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "tests/catch"]
path = tests/catch
url = https://github.com/philsquared/Catch.git
[submodule "lib/catch"]
path = lib/catch
url = https://github.com/philsquared/Catch

1
lib/catch Submodule

@ -0,0 +1 @@
Subproject commit e27c4ee04282f60aefcc9b1062a74f92cf6c1a2b

View File

@ -5,7 +5,7 @@ file(GLOB core_sources "*.cpp")
include_directories(
${Boost_INCLUDE_DIRS}
${PROJECT_SOURCE_DIR}/include
catch/single_include
${PROJECT_SOURCE_DIR}/lib/catch/single_include
)
set(libraries

@ -1 +0,0 @@
Subproject commit 88732e85b2ac0233bba6fec5c032d02f9c5c230b