aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLukáš Lalinský <lalinsky@gmail.com>2013-06-20 15:07:25 +0200
committerLukáš Lalinský <lalinsky@gmail.com>2013-06-20 15:07:25 +0200
commitfdb8a6b0650f216ee1e31ab3562e2bc6a9648c2f (patch)
treef8adb98f46a3e2b3d9a9b31e36de18d66dd38c80 /CMakeLists.txt
parent6d4299ea943c2369ac57361f8b78669b7938c2df (diff)
Reintroduce HAVE_CONFIG_H so that TagLib can be built without CMake
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-xCMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 91e1901d..f410e098 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,6 +21,7 @@ option(BUILD_EXAMPLES "Build the examples" OFF)
option(NO_ITUNES_HACKS "Disable workarounds for iTunes bugs" OFF)
+add_definitions(-DHAVE_CONFIG_H)
set(TESTS_DIR "${CMAKE_CURRENT_SOURCE_DIR}/tests/")
## the following are directories where stuff will be installed to