We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a03651 commit 0d99f0cCopy full SHA for 0d99f0c
src/python/tritonfrontend/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-# Copyright 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
+# Copyright 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
#
3
# Redistribution and use in source and binary forms, with or without
4
# modification, are permitted provided that the following conditions
@@ -163,6 +163,13 @@ endif()
163
164
set_property(TARGET py-bindings PROPERTY OUTPUT_NAME tritonfrontend_bindings)
165
166
+target_include_directories(
167
+ py-bindings
168
+ PRIVATE
169
+ ${repo-core_SOURCE_DIR}/include
170
+ ${repo-common_SOURCE_DIR}/include
171
+)
172
+
173
set_target_properties(
174
py-bindings
175
PROPERTIES
0 commit comments