Warning, /rolisteam/rolisteam/src/libraries/diceparser/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 cmake_minimum_required(VERSION 3.16)
0002 
0003 project(diceparser VERSION 1.9.0 DESCRIPTION "Parser of dice command")
0004 
0005 include(CTest)
0006 
0007 option(NO_BUILD_CLI OFF)
0008 option(NO_PAINTER_OPERATOR OFF)
0009 
0010 IF(BUILD_TESTING)
0011   enable_testing()
0012 ENDIF()
0013 
0014 set(CMAKE_CXX_STANDARD 17)
0015 set(CMAKE_CXX_STANDARD_REQUIRED ON)
0016 
0017 
0018 add_subdirectory(src)