Changeset - 6a9d2d51411c
[Not reviewed]
0 1 0
Vitaly Takmazov - 13 years ago 2012-12-10 10:33:51
vitalyster@gmail.com
Use sqlite3 target only if win32
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
spectrum/src/CMakeLists.txt
Show inline comments
 
@@ -15,7 +15,11 @@ endif()
 
ADD_DEPENDENCIES(spectrum2 spectrum2_libpurple_backend)
 
ADD_DEPENDENCIES(spectrum2 spectrum2_libircclient-qt_backend)
 
 
if (WIN32)
 
target_link_libraries(spectrum2 transport sqlite3 ${SWIFTEN_LIBRARY} ${LOG4CXX_LIBRARIES} ${PROTOBUF_LIBRARY})
 
else ()
 
target_link_libraries(spectrum2 transport ${SWIFTEN_LIBRARY} ${LOG4CXX_LIBRARIES} ${PROTOBUF_LIBRARY})
 
endif()
 
 
INSTALL(TARGETS spectrum2 RUNTIME DESTINATION bin)
 
0 comments (0 inline, 0 general)