Fixed CMakeLists.txt bug
This commit is contained in:
parent
36ac11dd31
commit
371bc25c8c
1 changed files with 7 additions and 7 deletions
|
|
@ -93,8 +93,8 @@ endif()
|
|||
#Linking
|
||||
#-----------------------------------------------------------------------------------------
|
||||
if (WIN32)
|
||||
target_link_libraries(${OMNIA_GFX_LIB} mingw32)
|
||||
target_link_libraries(${OMNIA_STD_LIB} mingw32)
|
||||
target_link_libraries(${OMNIA_GFX_LIB} PUBLIC mingw32)
|
||||
target_link_libraries(${OMNIA_STD_LIB} PUBLIC mingw32)
|
||||
endif (WIN32)
|
||||
|
||||
target_link_libraries(${OMNIA_GFX_LIB} PUBLIC ${OMNIA_STD_LIB})
|
||||
|
|
|
|||
Loading…
Reference in a new issue