Research-Stack/2-Search-Space/simulations/heat-2D/heat2D/TimeIntegrator/CMakeLists.txt

7 lines
No EOL
139 B
CMake

# Add header-only library
add_library(temporal INTERFACE)
target_include_directories(temporal
INTERFACE
${CMAKE_CURRENT_SOURCE_DIR}
)