[build] Added third party to include directories
authorDebadri Samaddar <s.debadri@samsung.com>
Tue, 9 Jul 2024 09:59:16 +0000 (15:29 +0530)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 10 Jul 2024 06:30:55 +0000 (15:30 +0900)
Added opencl/third_party folder to include directory

Signed-off-by: Debadri Samaddar <s.debadri@samsung.com>
nntrainer/opencl/meson.build

index aa5703b978de1cfefcefe6cc2e8bb3a939591a7f..ca80b3102ab8b434d652eadb241821b2273665e8 100644 (file)
@@ -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')