~lubuntu-dev/juffed/trunk

« back to all changes in this revision

Viewing changes to plugins/todolist/CMakeLists.txt

  • Committer: Mikhail Murzin
  • Date: 2012-01-31 01:33:22 UTC
  • Revision ID: git-v1:28dda15acf875c1565ffd527d8d4e8daa88ac487
Added plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# todolist
 
2
QT4_WRAP_CPP ( todolist_MOC TODOList.h TODOParser.h )
 
3
set ( todolist_SRC TODOList.cpp TODOParser.cpp )
 
4
 
 
5
add_library( todolist SHARED ${todolist_SRC} ${todolist_RES} ${todolist_MOC} )
 
6
target_link_libraries(todolist ${JUFFED_LIBRARY} ${QT_LIBRARIES})
 
7
install(TARGETS todolist DESTINATION ${JUFFED_PLUGINS_DIR})