cmake source definitions:
remove missing includes and use more strict formatting.
This commit is contained in:
@@ -138,7 +138,9 @@ set(SRC
|
||||
)
|
||||
|
||||
if(WITH_BINRELOC)
|
||||
list(APPEND INC_SYS "${BINRELOC_INCLUDE_DIRS}")
|
||||
list(APPEND INC_SYS
|
||||
${BINRELOC_INCLUDE_DIRS}
|
||||
)
|
||||
add_definitions(-DWITH_BINRELOC)
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user