Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
louiz’
biboumi
Commits
ef08e53b
Commit
ef08e53b
authored
Mar 12, 2017
by
louiz’
Browse files
make: trivial quote fix
parent
7bf2402c
Changes
1
Hide whitespace changes
Inline
Side-by-side
louloulibs/CMakeLists.txt
View file @
ef08e53b
...
...
@@ -44,8 +44,9 @@ elseif(NOT WITHOUT_UDNS)
endif
()
# To be able to include the config.h file generated by cmake
include_directories
(
"
${
CMAKE_CURRENT_BINARY_DIR
}
"
)
include_directories
(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
"
)
include_directories
(
${
CMAKE_CURRENT_BINARY_DIR
}
)
include_directories
(
${
CMAKE_CURRENT_SOURCE_DIR
}
)
include_directories
(
${
EXPAT_INCLUDE_DIRS
}
)
include_directories
(
${
ICONV_INCLUDE_DIRS
}
)
include_directories
(
${
LIBUUID_INCLUDE_DIRS
}
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment