Commit 9d1575d3 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

[t:4871] set generated


git-svn-id: file:///svn/toku/tokudb@45015 c7de825b-a66e-492c-adef-691d508d4ae1
parent 960452ee
......@@ -2,9 +2,9 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR})
## generate log_code.c, log_print.c, log_header.c
set_source_files_properties(
${CMAKE_CURRENT_SOURCE_DIR}/log_code.c
${CMAKE_CURRENT_SOURCE_DIR}/log_print.c
${CMAKE_CURRENT_SOURCE_DIR}/log_header.h
"${CMAKE_CURRENT_BINARY_DIR}/log_code.c"
"${CMAKE_CURRENT_BINARY_DIR}/log_print.c"
"${CMAKE_CURRENT_BINARY_DIR}/log_header.h"
PROPERTIES GENERATED TRUE)
add_executable(logformat logformat.c)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment