From 0ef61ba9590747a2be71d433a58684125d1bc0ab Mon Sep 17 00:00:00 2001 From: nekobit Date: Tue, 6 Dec 2022 13:04:33 +0000 Subject: [PATCH] Mastodont-config FossilOrigin-Name: bff11d6ee27e2d49dba485e8a914329190cde218c7e980733221f0af9d9a0515 --- cmake/mastodont-config.cmake | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cmake/mastodont-config.cmake 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")