mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-21 20:50:07 +00:00
added set\(CMAKE_EXPORT_COMPILE_COMMANDS, ON\) to cmake build system to allow prototype checking tool to work
This commit is contained in:
parent
21115c3adf
commit
b9c9950191
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
compile_commands.json
|
||||
CMakeCache.txt
|
||||
CMakeFiles/*
|
||||
cmake_install.cmake
|
||||
|
@ -1,5 +1,6 @@
|
||||
# leave this above project(pdf2htmlEX)
|
||||
# set default build type to Release
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS, ON)
|
||||
set(CMAKE_BUILD_TYPE Release CACHE STRING "Build configuration (Debug, Release, RelWithDebInfo, MinSizeRel)")
|
||||
|
||||
project(pdf2htmlEX)
|
||||
|
Loading…
Reference in New Issue
Block a user