Skip to content

Instantly share code, notes, and snippets.

View bezero's full-sized avatar

Nekruzjon Maxudov bezero

  • Abu-Dhabi/UAE
View GitHub Profile
@bezero
bezero / CMakeLists.txt
Created April 19, 2017 15:40 — forked from erikzenker/CMakeLists.txt
CMake CUDA + C++ in separate files
# CMAKE FILE to separatly compile cuda and c++ files
# with the c++11 standard
#
#
# Folder structure:
#
# |
# +--main.cpp (with C++11 content)
# +--include/
# | |