Removed iniFile library from linux dependencies.
This commit is contained in:
parent
449d08cb3d
commit
1235ccb1e2
@ -65,5 +65,5 @@ SET (HDRS
|
|||||||
if(NOT MSVC)
|
if(NOT MSVC)
|
||||||
add_library(Generating ${SRCS} ${HDRS})
|
add_library(Generating ${SRCS} ${HDRS})
|
||||||
|
|
||||||
target_link_libraries(Generating OSSupport iniFile Blocks)
|
target_link_libraries(Generating OSSupport Blocks)
|
||||||
endif()
|
endif()
|
||||||
|
@ -29,5 +29,5 @@ SET (HDRS
|
|||||||
if(NOT MSVC)
|
if(NOT MSVC)
|
||||||
add_library(Generating_Prefabs ${SRCS} ${HDRS})
|
add_library(Generating_Prefabs ${SRCS} ${HDRS})
|
||||||
|
|
||||||
target_link_libraries(Generating_Prefabs OSSupport iniFile Blocks)
|
target_link_libraries(Generating_Prefabs OSSupport Blocks)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user