tdownload helper_math.h from the net - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
 (HTM) git clone git://src.adamsgaard.dk/sphere
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 98b0a3a548f8a15ecad67166def2b49337222689
 (DIR) parent 54bb1feed1f0e59ee7a81ca5693d21c44b343b67
 (HTM) Author: Anders Damsgaard <andersd@riseup.net>
       Date:   Thu,  7 Sep 2017 14:43:15 -0700
       
       download helper_math.h from the net
       
       Diffstat:
         M src/CMakeLists.txt                  |       4 ++++
       
       1 file changed, 4 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
       t@@ -8,6 +8,10 @@ INCLUDE_DIRECTORIES("${CUDA_SDK_ROOT_DIR}/common/inc")
        INCLUDE_DIRECTORIES("${CMAKE_BINARY_DIR}/src")
        SET(EXECUTABLE_OUTPUT_PATH "../")
        
       +FILE(DOWNLOAD
       +    "https://raw.githubusercontent.com/pathscale/nvidia_sdk_samples/master/matrixMul/common/inc/helper_math.h" 
       +    ./helper_math.h)
       +
        # Include FindCUDA script
        INCLUDE(FindCUDA)