Skip to content

Commit

Permalink
Add missing include path
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Meyer committed May 8, 2020
1 parent eea0351 commit 949da2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/kernelTargets.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

set(COMPILER_INCLUDES "-I${CMAKE_CURRENT_BINARY_DIR}/../common")
set(COMPILER_INCLUDES "-I${CMAKE_CURRENT_BINARY_DIR}/../common" "-I${CMAKE_SOURCE_DIR}/src/device")
set(CLFLAGS --config ${XILINX_COMPILE_SETTINGS_FILE})

set(Vitis_EMULATION_CONFIG_UTIL $ENV{XILINX_VITIS}/bin/emconfigutil)
Expand Down

0 comments on commit 949da2e

Please sign in to comment.