diff --git a/CMakeLists.txt b/CMakeLists.txt index 3fda3ce..338edd8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.0) project(cis565_getting_started) +set(CUDA_SDK_ROOT_DIR "C:/Program Files/NVIDIA GPU COMPUTING Toolkit/CUDA/v7.0") + set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH}) # Set up include and lib paths diff --git a/images/hw0_screenshot.png b/images/hw0_screenshot.png new file mode 100644 index 0000000..0ed2209 Binary files /dev/null and b/images/hw0_screenshot.png differ diff --git a/src/main.cpp b/src/main.cpp index a51deff..d1b82d3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -11,7 +11,7 @@ */ int main(int argc, char* argv[]) { // TODO: Change this line to use your name! - m_yourName = "TODO: YOUR NAME HERE"; + m_yourName = "Levi Cai"; if (init(argc, argv)) { mainLoop();