Skip to content

Instantly share code, notes, and snippets.

@ekse
Last active April 27, 2018 04:17
Show Gist options
  • Save ekse/ea1b41b46d221b64f3e18779cfa61361 to your computer and use it in GitHub Desktop.
Save ekse/ea1b41b46d221b64f3e18779cfa61361 to your computer and use it in GitHub Desktop.
cmake_minimum_required(VERSION 3.0)
project(CMakeRustSample)
add_executable(helloworld main.cpp)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment