Skip to content
Snippets Groups Projects
CMakeLists.txt 145 B
Newer Older
  • Learn to ignore specific revisions
  • David Bergström's avatar
    David Bergström committed
    cmake_minimum_required (VERSION 2.8.12)
    project (starcraft-python-api)
    
    add_subdirectory(lib/pybind11)
    
    pybind11_add_module(library library.cxx)