Navigation Menu

Skip to content

Commit

Permalink
cmake: add missing result file generation
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 13, 2013
1 parent 0fb59a2 commit d745f27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Expand Up @@ -262,6 +262,10 @@ configure_file(
"${MRN_TEST_SUITE_DIR}/storage/information_schema/r/plugins.result.in"
"${MRN_TEST_SUITE_DIR}/storage/information_schema/r/plugins.result"
NEWLINE_STYLE LF)
configure_file(
"${MRN_TEST_SUITE_DIR}/storage/variable/r/version.result.in"
"${MRN_TEST_SUITE_DIR}/storage/variable/r/version.result"
NEWLINE_STYLE LF)

configure_file(
"${PROJECT_SOURCE_DIR}/data/install.sql.in"
Expand Down

0 comments on commit d745f27

Please sign in to comment.