diff --git a/CMakeLists.txt b/CMakeLists.txt index f9b3a14..43786d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,10 @@ project( cubature ) add_library( cubature SHARED hcubature.c pcubature.c) - +target_include_directories( cubature PUBLIC + $ + $) + add_executable( htest test.c ) target_link_libraries( htest cubature m )