Skip to content

Commit

Permalink
dont store exe in name, it is not a file
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf committed Mar 10, 2016
1 parent d1f179f commit 5201432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/meta/csharp/CMakeLists.txt
Expand Up @@ -13,7 +13,7 @@ FOREACH(META_EXAMPLE ${META_EXAMPLES})
COMMAND ${CSHARP_COMPILER} ${EXAMPLE_NAME}.cs ${CSHARP_FLAGS} -out:${EXAMPLE_NAME}.exe
DEPENDS csharp_modular
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${EXAMPLE_REL_DIR})
LIST(APPEND CSHARP_EXAMPLES ${EXAMPLE_NAME_WITH_DIR}.exe)
LIST(APPEND CSHARP_EXAMPLES ${EXAMPLE_NAME_WITH_DIR})

add_test(NAME generated_csharp-${EXAMPLE_NAME_WITH_DIR}
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${EXAMPLE_REL_DIR}
Expand Down

0 comments on commit 5201432

Please sign in to comment.