Skip to content
Snippets Groups Projects
Commit 8c030dc0 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber Committed by Tomáš Oberhuber
Browse files

Fixed Documentation/Examples/Pointers/CMakeLists.txt.

parent 9c8ef8a8
No related branches found
No related tags found
1 merge request!44Tutorials
......@@ -5,10 +5,11 @@ IF( BUILD_CUDA )
ADD_CUSTOM_COMMAND( COMMAND SharedPointerExampleCuda > ${TNL_DOCUMENTATION_OUTPUT_SNIPPETS_PATH}/SharedPointerExample.out OUTPUT SharedPointerExample.out )
CUDA_ADD_EXECUTABLE(DevicePointerExampleCuda DevicePointerExample.cu)
ADD_CUSTOM_COMMAND( COMMAND DevicePointerExampleCuda > ${TNL_DOCUMENTATION_OUTPUT_SNIPPETS_PATH}/DevicePointerExample.out OUTPUT DevicePointerExample.out )
ENDIF()
ADD_CUSTOM_TARGET( RunPointersExamples ALL DEPENDS
UniquePointerExample.out
SharedPointerExample.out
DevicePointerExample.out
)
ENDIF()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment