Skip to content
Snippets Groups Projects
Commit 84e671a7 authored by Daniel Vonk's avatar Daniel Vonk
Browse files

Add FFTW3 to PUBLIC target_include_dirs

So that it will be inherited by the app targets
parent 2f180745
No related branches found
No related tags found
2 merge requests!19Merge develop into main,!13Add CI System to Sassena and Modernize Build-System
......@@ -126,6 +126,7 @@ target_include_directories(
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/stager>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/scatter_devices>
$<BUILD_INTERFACE:${CMAKE_BINARY_DIR}/generated>
${FFTW3_INCLUDE_DIR}
PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/math
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment