Skip to content
Snippets Groups Projects
Commit 59eb74c6 authored by Olivier Stasse's avatar Olivier Stasse
Browse files

Include cpack to geneate 8.04 Ubuntu package.

parent 8a3985e9
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6) ...@@ -18,6 +18,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
INCLUDE(cmake/base.cmake) INCLUDE(cmake/base.cmake)
INCLUDE(cmake/boost.cmake) INCLUDE(cmake/boost.cmake)
INCLUDE(cmake/pthread.cmake) INCLUDE(cmake/pthread.cmake)
INCLUDE(cmake/cpack.cmake)
SET(PROJECT_NAME dynamic-graph) SET(PROJECT_NAME dynamic-graph)
SET(PROJECT_DESCRIPTION "Dynamic graph library") SET(PROJECT_DESCRIPTION "Dynamic graph library")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment