Mastodont-config

FossilOrigin-Name: bff11d6ee27e2d49dba485e8a914329190cde218c7e980733221f0af9d9a0515
This commit is contained in:
nekobit 2022-12-06 13:04:33 +00:00
parent 317ea5514b
commit 0ef61ba959

View file

@ -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")