Skip to content

Commit 0e2064e

Browse files
committed
Reformat CMakeLists.txt
1 parent 2157e5f commit 0e2064e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

external/CMakeLists.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
add_library(external Actor.cpp Room.cpp Path.cpp MathHelper.cpp DifferentialEq.cpp VectorMaths.cpp Heatmap.cpp ParseInputFile.cpp RandomNumber.cpp Stats.cpp)
1+
add_library(external Actor.cpp
2+
Room.cpp
3+
Path.cpp
4+
MathHelper.cpp
5+
DifferentialEq.cpp
6+
VectorMaths.cpp
7+
Heatmap.cpp
8+
ParseInputFile.cpp
9+
RandomNumber.cpp
10+
Stats.cpp
11+
)

0 commit comments

Comments
 (0)