From 0d4b68221bda594cc695d216dfa21306ddb69c85 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Mon, 29 Jul 2019 22:31:29 +0200 Subject: Update DiceParser Grammar --- CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 876af55..f213bc4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,7 +62,9 @@ IF(STATIC_BUILD) ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}) endif() -add_library(diceparser_shared SHARED ${dice_sources} ) +set(documentation README.md HelpMe.md) + +add_library(diceparser_shared SHARED ${dice_sources} ${documentation}) target_include_directories(diceparser_shared PRIVATE include) @@ -93,3 +95,5 @@ configure_file(diceparser.pc.in diceparser.pc @ONLY) install(FILES ${CMAKE_BINARY_DIR}/diceparser.pc DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/pkgconfig) + + -- cgit v1.2.3-70-g09d2