Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ set(SPLAT_SOURCES
src/antenna_pattern.cpp
src/boundary_file.cpp
src/city_file.cpp
src/command_line_parser.cpp
src/dem.cpp
src/elevation_map.cpp
src/gnuplot.cpp
Expand Down Expand Up @@ -153,6 +154,7 @@ FetchContent_MakeAvailable(googletest)
# Explicitly list test source files
set(TEST_SOURCES
tests/antenna_pattern_test.cpp
tests/command_line_parser_test.cpp
tests/image_output_test.cpp
tests/input_file_parsing_test.cpp
tests/itwom_test.cpp
Expand All @@ -172,6 +174,7 @@ set(TEST_REQUIRED_SOURCES
src/antenna_pattern.cpp
src/boundary_file.cpp
src/city_file.cpp
src/command_line_parser.cpp
src/dem.cpp
src/elevation_map.cpp
src/gnuplot.cpp
Expand Down
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ add_executable(splat
antenna_pattern.cpp
boundary_file.cpp
city_file.cpp
command_line_parser.cpp
dem.cpp
elevation_map.cpp
gnuplot.cpp
Expand Down
Loading
Loading