This commit is contained in:
rjawor 2013-11-28 16:59:56 +01:00
parent 4a572784fa
commit af33bb0de5
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -4,5 +4,6 @@ cpplint-result.txt
prod/resources/concordia-config/concordia.cfg
concordia/common/config.hpp
tests/resources/concordia-config/concordia.cfg
tests/resources/temp

View File

@ -24,6 +24,8 @@ set (TEMP_WORD_MAP "temp_word_map.bin")
set (TEMP_HASHED_INDEX "temp_hashed_index.bin")
set (TEMP_SUFFIX_ARRAY "temp_suffix_array.bin")
file(MAKE_DIRECTORY ${TEST_RESOURCES_DIRECTORY}/temp)
SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")