mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-08-06 18:45:46 +00:00
8 lines
No EOL
106 B
CMake
8 lines
No EOL
106 B
CMake
# Build benchmark
|
|
add_executable(benchmark
|
|
benchmark.cpp
|
|
)
|
|
|
|
target_link_libraries(benchmark
|
|
HeatPDE
|
|
) |