mastodont-c/cmake/MastodontConfig.cmake.in
nekobit 7cda5f605e Fix some building issues, still have issues with curl linking to fix
FossilOrigin-Name: 9e780bebd374949e9828e681481c7727bfb536022d3598268ecf4900fa7751bf
2023-01-09 05:00:01 +00:00

11 lines
353 B
CMake

set(MASTODONT_VERSION 0.0.1)
@PACKAGE_INIT@
set_and_check(MASTODONT_INCLUDE_DIRS "@PACKAGE_INCLUDE_INSTALL_DIR@")
set_and_check(MASTODONT_LIB_DIR "@PACKAGE_LIB_INSTALL_DIR@")
set_and_check(MASTODONT_LIBRARIES "@PACKAGE_LIB_INSTALL_PATH@")
#set_and_check(MASTODONT_SYSCONFIG_DIR "@PACKAGE_SYSCONFIG_INSTALL_DIR@")
check_required_components(mastodont)