From d33b2ea95fe556502b0cc64143e8fadbebd5f42d Mon Sep 17 00:00:00 2001 From: Julien Lavergne Date: Sat, 5 Jan 2013 17:34:12 +0100 Subject: Realize that we are using cmake, and modify the build system using elementary module --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index f1ea09f4..cfdb658a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,6 @@ project(HardInfo) cmake_minimum_required(VERSION 2.6) +cmake_policy(VERSION 2.6) set(HARDINFO_VERSION "0.5.2pre") @@ -48,6 +49,8 @@ message(STATUS "Building HardInfo for architecture: ${HARDINFO_OS}-${HARDINFO_AR add_definitions("-std=gnu89") +add_subdirectory(po) + include(FindPkgConfig) pkg_check_modules(GTK REQUIRED gtk+-2.0>=2.10 glib-2.0>=2.10 gthread-2.0>=2.10 gmodule-export-2.0>=2.10) pkg_check_modules(LIBSOUP libsoup-2.4>=2.24) -- cgit v1.2.3