Skip to content

Commit

Permalink
Test esmini build on windows
Browse files Browse the repository at this point in the history
Signed-off-by: romanodanilo <[email protected]>
  • Loading branch information
romanodanilo committed Aug 23, 2024
1 parent 9423ad1 commit 00962de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/esmini_viewer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ add_library(${ESMINI_VIEWER} SHARED esmini_viewer.cpp helper.cpp)
target_link_libraries(${ESMINI_VIEWER} PRIVATE qc4openx-common $<$<PLATFORM_ID:Linux>:stdc++fs>)

install(
TARGETS ${ESMINI_VIEWER}
TARGETS ${CMAKE_CURRENT_BINARY_DIR}/plugin/${ESMINI_VIEWER}
DESTINATION bin/plugin
)

Expand Down

0 comments on commit 00962de

Please sign in to comment.