mirror of
https://github.com/bkaradzic/bgfx.cmake.git
synced 2026-02-17 21:12:35 +01:00
Merge pull request #9 from onqtam/onqtam-patch-2
fixing build of tools for MinGW
This commit is contained in:
@@ -29,8 +29,8 @@ endif()
|
||||
# Create the bx target
|
||||
add_library( bx STATIC ${BX_SOURCES} )
|
||||
|
||||
# Link against psapi in Visual Studio
|
||||
if( MSVC )
|
||||
# Link against psapi on Windows
|
||||
if( WIN32 )
|
||||
target_link_libraries( bx PUBLIC psapi )
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user