Skip to content

Commit

Permalink
[*] change MSVC to WIN32 in cmake code
Browse files Browse the repository at this point in the history
  • Loading branch information
parafin committed Sep 8, 2023
1 parent 89a02e1 commit 405d879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if(NOT TARGET IFF::iffsdk)
set_property(TARGET IFF::iffsdk PROPERTY INTERFACE_INCLUDE_DIRECTORIES
${CMAKE_CURRENT_SOURCE_DIR}/../../sdk/include
)
if(MSVC)
if(WIN32)
set_property(TARGET IFF::iffsdk PROPERTY INTERFACE_LINK_LIBRARIES
${CMAKE_CURRENT_SOURCE_DIR}/../../sdk/lib/iffsdk${CMAKE_LINK_LIBRARY_SUFFIX}
)
Expand Down

0 comments on commit 405d879

Please sign in to comment.