We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c10688 commit f355962Copy full SHA for f355962
1 file changed
CMakeLists.txt
@@ -179,7 +179,10 @@ target_include_directories(jres_solver_lib PUBLIC
179
${CMAKE_CURRENT_BINARY_DIR}/generated
180
)
181
182
-target_link_libraries(jres_solver_lib PRIVATE nlohmann_json ${HIGHS_LIBRARIES})
+target_link_libraries(jres_solver_lib
183
+ PRIVATE nlohmann_json
184
+ PUBLIC ${HIGHS_LIBRARIES}
185
+)
186
187
# --- Solver CLI ---
188
add_executable(solver cmd/solver/cli.cpp)
0 commit comments