aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2012-05-28 17:24:57 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2012-05-28 17:24:57 +0000
commit9bbdbb190e168530791ec825f0accf61a2495486 (patch)
treeb3433ecb94a2d9c42e0bd923b260bc68bd857cdc /CMakeLists.txt
parentaeaa6d2b0a97a36c1630ece30bc38fd9c424a2fb (diff)
downloadqmmp-9bbdbb190e168530791ec825f0accf61a2495486.tar.gz
qmmp-9bbdbb190e168530791ec825f0accf61a2495486.tar.bz2
qmmp-9bbdbb190e168530791ec825f0accf61a2495486.zip
fixed freebsd build
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2738 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8490e6202..0ee39d943 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 2.6.0)
#freebsd include
include_directories(/usr/local/include)
+SET(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} /usr/local/include)
#extract version from qmmp.h
FILE(STRINGS "${CMAKE_CURRENT_SOURCE_DIR}/src/qmmp/qmmp.h"