ソースを参照

Copy test database into the build tree.

Klaas Freitag 12 年 前
コミット
ba2ff4ec46
1 ファイル変更2 行追加0 行削除
  1. 2 0
      CMakeLists.txt

+ 2 - 0
CMakeLists.txt

@@ -113,6 +113,8 @@ find_package(PdfLatex)
 
 configure_file(config.h.in ${CMAKE_CURRENT_BINARY_DIR}/config.h)
 
+configure_file(test/test_journal.db "${CMAKE_BINARY_DIR}/test/test_journal.db" COPYONLY)
+
 include(OwnCloudCPack.cmake)
 
 add_definitions(-DUNICODE)