Skip to content

Commit

Permalink
[build] Added third party to include directories
Browse files Browse the repository at this point in the history
Added opencl/third_party folder to include directory

Signed-off-by: Debadri Samaddar <[email protected]>
  • Loading branch information
s-debadri committed Jul 9, 2024
1 parent 9c8decb commit 40a991a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nntrainer/opencl/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ endforeach
foreach h : opencl_headers
nntrainer_headers += meson.current_source_dir() / h
endforeach

install_subdir('third_party', install_dir : nntrainer_prefix / 'include' / 'nntrainer')

0 comments on commit 40a991a

Please sign in to comment.