Use CMark cmake module
This commit is contained in:
parent
4317835f8c
commit
cbea5c43dd
1 changed files with 2 additions and 1 deletions
|
@ -34,8 +34,9 @@ add_executable(${PROJECT_NAME}
|
|||
src/encryption.cpp)
|
||||
|
||||
find_package(Olm REQUIRED)
|
||||
find_package(cmark REQUIRED)
|
||||
|
||||
target_link_libraries(${PROJECT_NAME} Qt5::Core Qt5::Quick Qt5::Widgets Qt5::WebEngine Olm::Olm cmark)
|
||||
target_link_libraries(${PROJECT_NAME} Qt5::Core Qt5::Quick Qt5::Widgets Qt5::WebEngine Olm::Olm cmark::cmark)
|
||||
target_include_directories(${PROJECT_NAME} PRIVATE include)
|
||||
|
||||
install(TARGETS ${PROJECT_NAME} DESTINATION bin)
|
||||
|
|
Reference in a new issue