Skip to content

Commit 1018eda

Browse files
committed
refactor
1 parent 1e3e7ba commit 1018eda

File tree

345 files changed

+31
-117462
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

345 files changed

+31
-117462
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ project(numericCpp)
55

66
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/bin)
77

8-
file(GLOB sourcefiles src/*.cpp src/*.h)
9-
include_directories(lib)
8+
file(GLOB sourcefiles lib/*.hpp)
9+
include_directories(include)
1010

11-
set(CATCH_INCLUDE_DIR ${PROJECT_SOURCE_DIR}/lib)
11+
set(CATCH_INCLUDE_DIR ${PROJECT_SOURCE_DIR}/include)
1212
add_library(Catch INTERFACE)
1313
target_include_directories(Catch INTERFACE ${CATCH_INCLUDE_DIR})
1414

bin/tests

336 Bytes
Binary file not shown.

docs/_numerical_integration_8cpp.html

Lines changed: 0 additions & 309 deletions
This file was deleted.

docs/_numerical_integration_8cpp.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)