Skip to content

Commit

Permalink
XX
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Ballance <matt.ballance@gmail.com>
  • Loading branch information
mballance committed Mar 23, 2024
1 parent 8e54f33 commit 40b05d4
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ target_include_directories(zsp-arl-eval PUBLIC
${vsc_solvers_INCDIR}
)

target_link_directories(zsp-arl-eval PRIVATE
${CMAKE_BINARY_DIR}/lib
${CMAKE_BINARY_DIR}/lib64
${zsp_arl_dm_LIBDIR}
${vsc_dm_LIBDIR}
${vsc_solvers_LIBDIR}
${pyapi_compat_if_LIBDIR}
${debug_mgr_LIBDIR}
)
target_link_libraries(zsp-arl-eval
vsc-dm
debug-mgr)
# target_link_directories(zsp-arl-eval PRIVATE
# ${CMAKE_BINARY_DIR}/lib
# ${CMAKE_BINARY_DIR}/lib64
# ${zsp_arl_dm_LIBDIR}
# ${vsc_dm_LIBDIR}
# ${vsc_solvers_LIBDIR}
# ${pyapi_compat_if_LIBDIR}
# ${debug_mgr_LIBDIR}
# )
# target_link_libraries(zsp-arl-eval
# vsc-dm
# debug-mgr)

#add_dependencies(zsp-arl-eval
# LibVSC-DM
Expand Down

0 comments on commit 40b05d4

Please sign in to comment.