8 lines
313 B
CMake
8 lines
313 B
CMake
# This file is copyrighted under the GPL2+ license
|
|
# copyright 2013, Jean-Philippe Meuret <jpmeuret@free.fr>
|
|
# copyright 2024, Xavier Del Campo Romero <xavi92@disroot.org>
|
|
|
|
message(STATUS "Configuring mathexpr ...")
|
|
add_library(mathexpr mathexpr/mathexpr.cpp)
|
|
target_include_directories(mathexpr PUBLIC mathexpr)
|