Skip to content

Commit

Permalink
Reduce target_link_libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
binarymaster committed Jul 30, 2024
1 parent e4991de commit 808e60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rostests/win32/interop_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ list(APPEND SOURCE

add_executable(interop_apitest ${SOURCE})

target_link_libraries(interop_apitest wine ${PSEH_LIB} cppstl)
target_link_libraries(interop_apitest cppstl)
set_module_type(interop_apitest win32cui)
target_compile_definitions(interop_apitest PRIVATE UNICODE _UNICODE _STLP_NO_EXCEPTIONS)
add_importlibs(interop_apitest shell32 user32 msvcrt kernel32)
Expand Down

0 comments on commit 808e60b

Please sign in to comment.