Skip to content

Commit

Permalink
unify names of generated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf authored and vigsterkr committed Mar 10, 2016
1 parent ffb6f07 commit 3396d7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/meta/cpp/CMakeLists.txt
Expand Up @@ -9,8 +9,8 @@ FOREACH(META_EXAMPLE ${META_EXAMPLES})

# meta examples have to be generated before executable and test is added
SET(GENERATED_CPP ${CMAKE_CURRENT_BINARY_DIR}/${EXAMPLE_REL_DIR}/${EXAMPLE_NAME}.cpp)
SET(GENERATED_CPP_TARGET ${EXAMPLE_NAME_WITH_DIR}-meta-cpp)
SET(GENERATED_CPP_TEST ${EXAMPLE_NAME_WITH_DIR}-meta-cpp-test)
SET(GENERATED_CPP_TARGET generated_cpp-${EXAMPLE_NAME_WITH_DIR})
SET(GENERATED_CPP_TEST generated_cpp-${EXAMPLE_NAME_WITH_DIR})

ADD_EXECUTABLE(${GENERATED_CPP_TARGET} ${GENERATED_CPP})
ADD_DEPENDENCIES(${GENERATED_CPP_TARGET} meta_examples shogun)
Expand Down

0 comments on commit 3396d7f

Please sign in to comment.