diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b961ff7..ad94587 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -68,3 +68,6 @@ install(TARGETS ${PROGRAM} ${LIBRARY} if(UNIX) INSTALL(FILES ../man/man1/cmark.1 DESTINATION share/man/man1) endif(UNIX) + +include (CheckIncludeFile) +CHECK_INCLUDE_FILE (stdbool.h HAVE_STDBOOL_H)
\ No newline at end of file |