Skip to content

Commit

Permalink
Place test executables in a tests/ folder instead of bin/.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chase Geigle committed Feb 22, 2016
1 parent 42b6bf2 commit e05bcb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmake/KenLMFunctions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ function(KenLMAddTest)
${KenLMAddTest_DEPENDS})

# Require the following compile flag
set_target_properties(${KenLMAddTest_TEST} PROPERTIES COMPILE_FLAGS -DBOOST_TEST_DYN_LINK)
set_target_properties(${KenLMAddTest_TEST} PROPERTIES
COMPILE_FLAGS -DBOOST_TEST_DYN_LINK
RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/tests)

target_link_libraries(${KenLMAddTest_TEST} ${KenLMAddTest_LIBRARIES} ${TIMER_LINK})

Expand Down

0 comments on commit e05bcb8

Please sign in to comment.