mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-12 15:52:55 +00:00
CMake: Install expat_config.h to include directory
This commit is contained in:
parent
b429525a0b
commit
65ad42cb6f
2 changed files with 2 additions and 0 deletions
|
@ -146,6 +146,7 @@ endmacro()
|
|||
|
||||
configure_file(expat_config.h.cmake "${CMAKE_CURRENT_BINARY_DIR}/expat_config.h")
|
||||
add_definitions(-DHAVE_EXPAT_CONFIG_H)
|
||||
expat_install(FILES "${CMAKE_CURRENT_BINARY_DIR}/expat_config.h" DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
|
||||
|
||||
|
||||
set(EXTRA_COMPILE_FLAGS)
|
||||
|
|
|
@ -27,6 +27,7 @@ Release x.x.x xxx xxx xx xxxx
|
|||
#239 #277 CMake: Add arguments
|
||||
-DUSE_GETRANDOM=(ON|OFF|AUTO)
|
||||
-DUSE_SYS_GETRANDOM=(ON|OFF|AUTO)
|
||||
CMake: Install expat_config.h to include directory
|
||||
CMake: Now produces a summary of applied configuration
|
||||
CMake: Require C++ compiler only when tests are enabled
|
||||
#265 CMake: Fix linking with MinGW
|
||||
|
|
Loading…
Add table
Reference in a new issue