Mastodont-config
FossilOrigin-Name: bff11d6ee27e2d49dba485e8a914329190cde218c7e980733221f0af9d9a0515
This commit is contained in:
parent
317ea5514b
commit
0ef61ba959
1 changed files with 11 additions and 0 deletions
11
cmake/mastodont-config.cmake
Normal file
11
cmake/mastodont-config.cmake
Normal 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")
|
Loading…
Reference in a new issue