Skip to content

Commit

Permalink
forget about the certain change in script folder =(
Browse files Browse the repository at this point in the history
  • Loading branch information
Oneplus committed Mar 21, 2013
1 parent ba5cd5e commit a425772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set (INCLUDE_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/include)
# -- config source directories
set (SOURCE_DIR ${PROJECT_SOURCE_DIR}/src)
set (THIRDPARTY_DIR ${PROJECT_SOURCE_DIR}/thirdparty)
set (SCRIPT_DIR ${PROJECT_SOURCE_DIR}/script)
set (TOOLS_DIR ${PROJECT_SOURCE_DIR}/tools)

# -- config resource directories
set (CONFIGURE_DIR ${PROJECT_SOURCE_DIR}/conf)
Expand All @@ -33,7 +33,7 @@ configure_file (
${EXECUTABLE_OUTPUT_PATH}/ltp_all_modules.conf)

configure_file (
${SCRIPT_DIR}/auto-test.sh.in
${TOOLS_DIR}/auto-test.sh.in
${EXECUTABLE_OUTPUT_PATH}/auto-test.sh)

# enable test
Expand Down

0 comments on commit a425772

Please sign in to comment.