File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -448,6 +448,15 @@ target_include_directories(xmoto
448
448
449
449
"${PROJECT_SOURCE_DIR} /src"
450
450
451
+ "$<$<NOT:${USE_SYSTEM_Lua} >:${PROJECT_SOURCE_DIR} /vendor/lua/lua>"
452
+
453
+ # Needed for files generated through configure_file()
454
+ "${PROJECT_BINARY_DIR} /src"
455
+ )
456
+
457
+ target_include_directories (xmoto
458
+ SYSTEM PRIVATE
459
+
451
460
"${CURL_INCLUDE_DIR} "
452
461
"${LIBXML2_INCLUDE_DIR} "
453
462
"${Intl_INCLUDE_DIRS} "
@@ -458,10 +467,6 @@ target_include_directories(xmoto
458
467
"${SDL2_TTF_INCLUDE_DIR} "
459
468
460
469
"$<${USE_SYSTEM_Lua} :${LUA_INCLUDE_DIR} >"
461
- "$<$<NOT:${USE_SYSTEM_Lua} >:${PROJECT_SOURCE_DIR} /vendor/lua/lua>"
462
-
463
- # Needed for files generated through configure_file()
464
- "${PROJECT_BINARY_DIR} /src"
465
470
)
466
471
467
472
target_link_libraries (xmoto PUBLIC
You can’t perform that action at this time.
0 commit comments