Fix possible link issue in OS X

This commit is contained in:
Eduardo Bart
2012-08-03 07:13:46 -03:00
parent 4954d5fecb
commit c218f915ba
2 changed files with 7 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ if(WIN32)
-i${CMAKE_CURRENT_SOURCE_DIR}/src/otcicon.rc
-o ${CMAKE_CURRENT_BINARY_DIR}/otcicon.o)
SET(executable_SOURCES ${executable_SOURCES} otcicon.o)
endif(WIN32)
endif()
# add otclient executable
add_executable(otclient ${framework_SOURCES} ${otclient_SOURCES} ${executable_SOURCES})