Skip to content

Commit 63b123e

Browse files
committed
Merge branch 'jdeaton-cmake-refactor' of github.com:manavbhatia/mast-multiphysics
2 parents d6bd18a + ca63745 commit 63b123e

File tree

8 files changed

+3
-269
lines changed

8 files changed

+3
-269
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ find_package(Boost REQUIRED) # Boost is currently only utilized in src/optimizat
4040
add_subdirectory(src)
4141

4242
# EXAMPLES
43-
add_subdirectory(ex)
43+
add_subdirectory(examples)
4444

4545
# DOCUMENTATION
4646
if(BUILD_DOC)

build/CMakeLists.txt

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

ex/CMakeLists.txt

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

examples/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
add_subdirectory(example_1)
2+
add_subdirectory(example_2)

0 commit comments

Comments
 (0)