CMakeLists.txt
branchv_0
changeset 17 46151cd23815
parent 15 825c611933b3
equal deleted inserted replaced
16:f94f57855939 17:46151cd23815
    15 #
    15 #
    16 # You should have received a copy of the GNU General Public License
    16 # You should have received a copy of the GNU General Public License
    17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
    17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
    18 
    18 
    19 
    19 
    20 set(PROJECT_CODE         "relpipe-lib-protocol")
    20 set(PROJECT_CODE         "relpipe-lib-common")
    21 set(PROJECT_TITLE        "Relational pipes - lib - Protocol (C++)")
    21 set(PROJECT_TITLE        "Relational pipes - lib - Common (C++)")
    22 set(PROJECT_DESCRIPTION  "C++ header-only common constants and data types")
    22 set(PROJECT_DESCRIPTION  "common constants, classes and functions")
    23 
    23 
    24 
    24 
    25 # The project version should be specified as "cmake -DPROJECT_VERSION=x.y.z" or is derived from current mercurial tag. If current revision has no tag, default version is set:
    25 # The project version should be specified as "cmake -DPROJECT_VERSION=x.y.z" or is derived from current mercurial tag. If current revision has no tag, default version is set:
    26 if(NOT DEFINED PROJECT_VERSION)
    26 if(NOT DEFINED PROJECT_VERSION)
    27 	execute_process(
    27 	execute_process(