~ubuntu-branches/ubuntu/saucy/rocs/saucy-proposed

« back to all changes in this revision

Viewing changes to RocsCore/DataStructures/LinkedList/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Rohan Garg, Rohan Garg, Philip Muškovac
  • Date: 2013-06-21 02:04:20 UTC
  • mfrom: (1.1.27)
  • Revision ID: package-import@ubuntu.com-20130621020420-lzlui9y7qc6w3xog
Tags: 4:4.10.80-0ubuntu1
[ Rohan Garg ]
* New upstream release

[ Philip Muškovac ]
* Build-depend on libgrantlee-dev and libx11-dev
* Update rocs.install and not-installed 

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#   You should have received a copy of the GNU General Public License
17
17
#   along with this program.  If not, see <http://www.gnu.org/licenses/>.
18
18
##
 
19
project(LinkedListStructure)
19
20
 
20
21
include_directories(
21
22
    ${ROCSCORE_INCLUDES}
52
53
install(TARGETS rocs_ListStructure  DESTINATION ${PLUGIN_INSTALL_DIR})
53
54
 
54
55
install(FILES  rocs_ListStructure.desktop  DESTINATION ${SERVICES_INSTALL_DIR})
 
56
install(FILES ListStructure.xml DESTINATION ${DATA_INSTALL_DIR}/rocs/engineapi)
 
57
install(FILES ListNode.xml DESTINATION ${DATA_INSTALL_DIR}/rocs/engineapi)
55
58
 
56
59
if(KDE4_BUILD_TESTS)
57
60
    enable_testing()