summaryrefslogtreecommitdiff
path: root/macosx
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-01-27 14:07:56 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-01-27 14:07:56 +0100
commite2dbcc95b5cf171e99e237513998d17a0c70f3ad (patch)
treebc7fc34b47402aaa9303c8d038d2158f1b7b7aa3 /macosx
parent2a6e4597e29d440e03416b0cf9d47da4eb2ff781 (diff)
downloadqtlocation-mapboxgl-e2dbcc95b5cf171e99e237513998d17a0c70f3ad.tar.gz
draw fills according to the style
Diffstat (limited to 'macosx')
-rw-r--r--macosx/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/CMakeLists.txt b/macosx/CMakeLists.txt
index 2e41a7a5a5..6178f1c2a6 100644
--- a/macosx/CMakeLists.txt
+++ b/macosx/CMakeLists.txt
@@ -18,6 +18,7 @@ SET(macosx_HEADERS
INCLUDE_DIRECTORIES(
../include
${GLFW_INCLUDE_DIRS}
+ ${Boost_INCLUDE_DIR}
)
LINK_DIRECTORIES(
@@ -55,4 +56,5 @@ TARGET_LINK_LIBRARIES(macosx
${IOKIT_LIBRARY}
${COREVIDEO_LIBRARY}
${GLFW_LIBRARIES}
+ ${Boost_LIBRARIES}
)