Commit a4683379 authored by Sergei Golubchik's avatar Sergei Golubchik

cmake 2.6 compat

parent 86a2d707
......@@ -47,7 +47,7 @@ IF(NOT WIN32)
ENDFOREACH(file)
ADD_CUSTOM_COMMAND(OUTPUT dbug-t DEPENDS tests-t.pl
COMMAND cp -f ${CMAKE_CURRENT_SOURCE_DIR}/tests-t.pl dbug-t)
ADD_CUSTOM_TARGET(dbug-t ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/dbug-t)
ADD_CUSTOM_TARGET(dbug-unit-tests ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/dbug-t)
MY_ADD_TEST(dbug)
IF(GROFF)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment