Skip to content

Instantly share code, notes, and snippets.

View Hconk's full-sized avatar

Hconk Hconk

View GitHub Profile
cmake_minimum_required(VERSION 2.8.4)
project(so29595222)
find_package(PythonLibs REQUIRED)
include_directories(${PYTHON_INCLUDE_DIRS})
ADD_DEFINITIONS( -std=c++11 )
set(SOURCE_FILES python_threading_example_so29595222.cpp)