Skip to content

Instantly share code, notes, and snippets.

View menandro's full-sized avatar

Menandro Roxas menandro

  • Research Scientist @ Rakuten Institute of Technology
  • Tokyo, Japan
View GitHub Profile
@menandro
menandro / CMakeLists.txt
Created September 15, 2020 01:51 — 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/
# | |