mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
75e38b2d79
git-svn-id: file:///svn/toku/tokudb@48678 c7de825b-a66e-492c-adef-691d508d4ae1
12 lines
No EOL
270 B
CMake
12 lines
No EOL
270 B
CMake
configure_file(config.h.in config.h)
|
|
add_custom_target(generate_config_h DEPENDS
|
|
"${CMAKE_CURRENT_BINARY_DIR}/config.h")
|
|
|
|
install(
|
|
FILES toku_list.h toku_os.h
|
|
DESTINATION include
|
|
)
|
|
install(
|
|
FILES "${CMAKE_CURRENT_BINARY_DIR}/config.h"
|
|
DESTINATION include
|
|
) |