Skip to content

Commit

Permalink
Update example/ls/CMakeLists.txt
Browse files Browse the repository at this point in the history
Co-authored-by: Simeon Ehrig <[email protected]>
  • Loading branch information
bernhardmgruber and SimeonEhrig authored Nov 29, 2023
1 parent 3eaa328 commit 4a1ede9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/ls/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ endif()
alpaka_add_executable(${PROJECT_NAME} src/ls.cpp)
target_link_libraries(${PROJECT_NAME} PUBLIC alpaka::alpaka)
set_target_properties(${PROJECT_NAME} PROPERTIES FOLDER example)
add_test(NAME ${PROJECT_NAME} COMMAND ${CMAKE_PROJECT_NAME})
add_test(NAME ${PROJECT_NAME} COMMAND ${PROJECT_NAME})

0 comments on commit 4a1ede9

Please sign in to comment.