diff --git a/cmake/mastodont-config.cmake b/cmake/mastodont-config.cmake new file mode 100644 index 0000000..a47726a --- /dev/null +++ b/cmake/mastodont-config.cmake @@ -0,0 +1,11 @@ +# Get CFLAGS +set(MASTODONT_FOUND) +set(MASTODONT_VERSION 0.1) + +# Get parent directory of this config file + +set(MASTODONT_INCLUDE_DIRS + "${CMAKE_CURRENT_LIST_DIR}/../include" + "${CMAKE_CURRENT_LIST_DIR}/../libs" +) +set(MASTODONT_LIBRARIES "mastodont")