mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 06:22:28 +01:00
parent
dbfddf4e0d
commit
a0aa7c8558
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ set_source_files_properties(
|
||||||
PROPERTIES GENERATED TRUE)
|
PROPERTIES GENERATED TRUE)
|
||||||
|
|
||||||
add_executable(logformat logformat.cc)
|
add_executable(logformat logformat.cc)
|
||||||
target_link_libraries(logformat ${LIBTOKUPORTABILITY})
|
target_link_libraries(logformat ${LIBTOKUPORTABILITY}_static)
|
||||||
|
|
||||||
add_custom_command(
|
add_custom_command(
|
||||||
OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/log_code.cc"
|
OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/log_code.cc"
|
||||||
|
|
Loading…
Reference in a new issue