Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Ogg
Commits
67acb227
Unverified
Commit
67acb227
authored
Jul 22, 2019
by
Erik de Castro Lopo
Committed by
GitHub
Jul 22, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CMakeLists.txt: Add detection of uint64_t (#52)
parent
688208e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
CMakeLists.txt
CMakeLists.txt
+6
-0
No files found.
CMakeLists.txt
View file @
67acb227
...
...
@@ -59,6 +59,12 @@ check_include_files(stdint.h INCLUDE_STDINT_H)
check_include_files
(
sys/types.h INCLUDE_SYS_TYPES_H
)
list
(
APPEND CMAKE_MODULE_PATH
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/cmake"
)
set
(
SIZE16 int16_t
)
set
(
USIZE16 uint16_t
)
set
(
SIZE32 int32_t
)
set
(
USIZE32 uint32_t
)
set
(
SIZE64 int64_t
)
set
(
USIZE64 uint64_t
)
include
(
CheckSizes
)
...
...
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