1 # When you add files here, also add them in po/POTFILES.in.
11 ConversationRoomList.cpp
25 add_executable(centerim5 ${centerim5_SOURCES})
27 set_property(TARGET centerim5
28 PROPERTY INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
29 target_include_directories(centerim5 PRIVATE
31 target_compile_options(centerim5 PRIVATE
32 ${PURPLE_CFLAGS} ${GLIB2_CFLAGS} ${SIGC_CFLAGS})
33 target_link_libraries(centerim5 PRIVATE
34 ${Intl_LIBRARIES} ${PURPLE_LDFLAGS} ${GLIB2_LDFLAGS} ${SIGC_LDFLAGS}
37 install(TARGETS centerim5 DESTINATION bin)