root/branches/newosd/src/CMakeLists.txt

Revision 5981, 279 bytes (checked in by eugene, 12 months ago)

Major update. Converted almost everything to take config parameters.

Line 
1set(target licq_newosd)
2
3set(SRCS
4    plugin.cpp
5    conf.cpp
6    iface.cpp)
7
8add_library(${target} MODULE ${SRCS})
9target_link_libraries(${target} ${LIBRARIES})
10set_target_properties(${target} PROPERTIES PREFIX "")
11install(TARGETS ${target} DESTINATION ${INSTALL_LIB_DIR}/licq)
Note: See TracBrowser for help on using the browser.