mirror of
https://github.com/progsource/maddy.git
synced 2026-03-24 23:40:39 +01:00
chore: add cmake find_package test
Some checks failed
run-checks / run-clang-format (push) Has been cancelled
run-tests / test-on-ubuntu (push) Has been cancelled
run-tests / test-on-windows (push) Has been cancelled
run-tests / test-on-osx (push) Has been cancelled
Some checks failed
run-checks / run-clang-format (push) Has been cancelled
run-tests / test-on-ubuntu (push) Has been cancelled
run-tests / test-on-windows (push) Has been cancelled
run-tests / test-on-osx (push) Has been cancelled
This commit is contained in:
8
tests/cmake/find_package/CMakeLists.txt
Normal file
8
tests/cmake/find_package/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
# This project is licensed under the MIT license. For more information see the
|
||||
# LICENSE file.
|
||||
cmake_minimum_required(VERSION 3.25)
|
||||
|
||||
find_package(maddy REQUIRED)
|
||||
|
||||
add_executable(maddy_find_package_example main.cpp)
|
||||
target_link_libraries(maddy_find_package_example PRIVATE maddy::maddy)
|
||||
Reference in New Issue
Block a user