prompt description
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user