solstice

Compute collected power and efficiencies of a solar plant
git clone git://git.meso-star.com/solstice.git
Log | Files | Refs | README | LICENSE

commit 2a31eb851676ce76c2a635b6d55aa57533b4e751
parent aa697c2ba3390cc5f1bde02939e7aa8bb2aae1fa
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 11 Jan 2017 14:53:03 +0100

Link the parser against the math library

Diffstat:
Mcmake/parser/CMakeLists.txt | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/cmake/parser/CMakeLists.txt b/cmake/parser/CMakeLists.txt @@ -49,6 +49,7 @@ if(CMAKE_COMPILER_IS_GNUCC) endif() add_library(solparser STATIC ${SOLPARSER_FILES_SRC} ${SOLPARSER_FILES_INC}) +target_link_libraries(solparser ${MATH_LIB}) ################################################################################ # Tests