cmake_minimum_required(VERSION 3.5.0)
project(harklib)
#find_package(PythonExtensions REQUIRED)
find_package(Threads)
add_subdirectory(harklib)
