Skip to content

Commit f355962

Browse files
committed
cleanup for VSCode
1 parent 7c10688 commit f355962

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,10 @@ target_include_directories(jres_solver_lib PUBLIC
179179
${CMAKE_CURRENT_BINARY_DIR}/generated
180180
)
181181

182-
target_link_libraries(jres_solver_lib PRIVATE nlohmann_json ${HIGHS_LIBRARIES})
182+
target_link_libraries(jres_solver_lib
183+
PRIVATE nlohmann_json
184+
PUBLIC ${HIGHS_LIBRARIES}
185+
)
183186

184187
# --- Solver CLI ---
185188
add_executable(solver cmd/solver/cli.cpp)

0 commit comments

Comments
 (0)