prompt description

This commit is contained in:
cdemeyer-teachx
2025-08-26 13:02:15 +09:00
parent 51bda8ddb8
commit 2f11b6fa0e
3 changed files with 3 additions and 7 deletions

View File

@@ -3,17 +3,12 @@ include(FetchContent)
# Fetch Google Test
FetchContent_Declare(
googletest
URL https://github.com/google/googletest/archive/refs/tags/v1.14.0.zip
URL_HASH SHA256=8ad598c73ad796e0d8280b082cebd82a630d73e73cd3c70057938a6501bba5d7
URL https://github.com/google/googletest/archive/03597a01ee50ed33e9dfd640b249b4be3799d395.zip
)
FetchContent_MakeAvailable(googletest)
set(TEST_SOURCES
test_main.cpp
test_wfc.cpp
test_grid.cpp
test_wave.cpp
test_propagator.cpp
)
# Create test executable