We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdab59a commit ed52590Copy full SHA for ed52590
CMakeLists.txt
@@ -71,7 +71,11 @@ doxygen_add_docs( doc
71
)
72
73
# build common library
74
-set(LIB_SOURCES src/model.cpp src/model.hpp src/big_int.hpp src/big_int.cpp)
+set(LIB_SOURCES
75
+ src/model.cpp src/model.hpp
76
+ src/json_serialisation.cpp
77
+ src/big_int.hpp src/big_int.cpp )
78
+
79
add_library(oc-mint-lib ${LIB_SOURCES})
80
target_link_libraries(oc-mint-lib PUBLIC Crow::Crow)
81
target_include_directories(oc-mint-lib PUBLIC ${expected_SOURCE_DIR}/include src)
0 commit comments