Skip to content
Snippets Groups Projects
Commit a039b7c4 authored by Brad Payne (Vir Linden)'s avatar Brad Payne (Vir Linden)
Browse files

Fixes for build issues, missing LLCOMMON_SYSTEM_INCLUDE_DIRS in some libraries

parent 30aea02e
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,7 @@ include(Tut) ...@@ -15,6 +15,7 @@ include(Tut)
include_directories( include_directories(
${LLCOMMON_INCLUDE_DIRS} ${LLCOMMON_INCLUDE_DIRS}
${LLCOMMON_SYSTEM_INCLUDE_DIRS}
${LLMATH_INCLUDE_DIRS} ${LLMATH_INCLUDE_DIRS}
${LLVFS_INCLUDE_DIRS} ${LLVFS_INCLUDE_DIRS}
${PNG_INCLUDE_DIRS} ${PNG_INCLUDE_DIRS}
......
...@@ -7,6 +7,7 @@ include(LLCommon) ...@@ -7,6 +7,7 @@ include(LLCommon)
include_directories( include_directories(
${LLCOMMON_INCLUDE_DIRS} ${LLCOMMON_INCLUDE_DIRS}
${LLCOMMON_SYSTEM_INCLUDE_DIRS}
) )
set(llmath_SOURCE_FILES set(llmath_SOURCE_FILES
......
...@@ -8,6 +8,7 @@ include(UnixInstall) ...@@ -8,6 +8,7 @@ include(UnixInstall)
include_directories( include_directories(
${LLCOMMON_INCLUDE_DIRS} ${LLCOMMON_INCLUDE_DIRS}
${LLCOMMON_SYSTEM_INCLUDE_DIRS}
) )
set(llvfs_SOURCE_FILES set(llvfs_SOURCE_FILES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment