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 0acfbb4 commit 4648eb0Copy full SHA for 4648eb0
src/native/CMakeLists.txt
@@ -226,22 +226,19 @@ if(IS_CLR_RUNTIME)
226
set(XA_RUNTIME_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/clr/include)
227
228
macro(xa_add_include_directories TARGET)
229
- target_include_directories(
230
- ${TARGET}
231
- PRIVATE
232
- ${XA_RUNTIME_INCLUDE_DIR}
233
- ${EXTERNAL_DIR}
234
- ${CONSTEXPR_XXH3_DIR}
235
- ${RUNTIME_INCLUDE_DIR}
236
- )
+ target_include_directories(
+ ${TARGET}
+ PRIVATE
+ ${XA_RUNTIME_INCLUDE_DIR}
+ ${EXTERNAL_DIR}
+ ${CONSTEXPR_XXH3_DIR}
+ ${RUNTIME_INCLUDE_DIR}
+ )
237
endmacro()
238
else()
239
include_directories(mono)
240
endif()
241
242
-include_directories(common/include)
243
-include_directories(mono)
244
-
245
#
246
# Compiler defines
247
0 commit comments