Commit 967b40440eb35345f5235b6572a0b8df3c16b484
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 |