Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
04a6ceea
Commit
04a6ceea
authored
Feb 10, 2014
by
deuce
Browse files
Add stdint.h test (for VS 10 etc.al)
parent
cbb85737
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/xpdev/CMakeLists.txt
src/xpdev/CMakeLists.txt
+4
-0
No files found.
src/xpdev/CMakeLists.txt
View file @
04a6ceea
...
...
@@ -57,6 +57,10 @@ CHECK_INCLUDE_FILES(inttypes.h HAS_INTTYPES_H)
if
(
HAS_INTTYPES_H
)
target_compile_definitions
(
xpdev PUBLIC HAS_INTTYPES_H
)
endif
()
CHECK_INCLUDE_FILES
(
stdint.h HAS_STDINT_H
)
if
(
HAS_STDINT_H
)
target_compile_definitions
(
xpdev PUBLIC HAS_STDINT_H
)
endif
()
target_compile_definitions
(
xpdev PUBLIC LINK_LIST_THREADSAFE
)
CHECK_INCLUDE_FILES
(
sys/soundcard.h HAS_SYS_SOUNDCARD_H
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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