Skip to content

Commit

Permalink
add support for specify push candlestick mode 3
Browse files Browse the repository at this point in the history
  • Loading branch information
sunli829 committed Jul 11, 2024
1 parent 5976295 commit 8298c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ add_library(
longport_cpp SHARED
${SOURCES}
)
if(NOT CMAKE_HOST_LINUX)
if(WIN32)
target_link_libraries(longport_cpp longport_c)
endif()

Expand Down

0 comments on commit 8298c82

Please sign in to comment.