1
0

OSSupport/CMakeLists.txt: fixed indentation

This commit is contained in:
archshift 2014-10-23 23:49:20 -07:00
parent 8ccb729504
commit dd86c1f4a3

View File

@ -38,11 +38,11 @@ SET (HDRS
if(NOT MSVC)
add_library(OSSupport ${SRCS} ${HDRS})
if(UNIX)
if(UNIX)
if(NOT APPLE)
target_link_libraries(OSSupport rt)
endif()
target_link_libraries(OSSupport pthread)
endif()
target_link_libraries(OSSupport pthread)
endif()
endif()