Commit 967b40440eb35345f5235b6572a0b8df3c16b484

Authored by NightIsDark
1 parent d297bbc3

temp

Showing 2 changed files with 3 additions and 0 deletions
CMakeLists.txt
@@ -4,6 +4,7 @@ endforeach() @@ -4,6 +4,7 @@ endforeach()
4 4
5 aux_source_directory(. DIR_SRCS) 5 aux_source_directory(. DIR_SRCS)
6 add_library(Stage-Discharge-Relation ${CMAKE_LIB_TYPE} ${DIR_SRCS}) 6 add_library(Stage-Discharge-Relation ${CMAKE_LIB_TYPE} ${DIR_SRCS})
  7 +target_link_libraries(Stage-Discharge-Relation "log")
7 8
8 add_subdirectory("test-hdsmf") 9 add_subdirectory("test-hdsmf")
9 10
calc_gate.h
1 #ifndef _CALC_GATE_H 1 #ifndef _CALC_GATE_H
2 #define _CALC_GATE_H 2 #define _CALC_GATE_H
3 3
  4 +#include "wisfarm-config.h"
  5 +
4 #define g 9.81 6 #define g 9.81
5 7
6 struct param_gate{ 8 struct param_gate{