diff options
| author | Robert Jonsson <spamatica@gmail.com> | 2006-05-25 21:59:03 +0000 |
|---|---|---|
| committer | Robert Jonsson <spamatica@gmail.com> | 2006-05-25 21:59:03 +0000 |
| commit | fafdcee7d3d7078905f5658824041996dac5a619 (patch) | |
| tree | 0219b0052b74dc84ee925cb25a407b1b2bd92a55 /muse/al | |
| parent | 1cbcb104ff205e68141eac9ca078937a8a7755ce (diff) | |
Partial MAC OSX support.
Hopefully I didn't break too many things
Diffstat (limited to 'muse/al')
| -rw-r--r-- | muse/al/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/muse/al/CMakeLists.txt b/muse/al/CMakeLists.txt index 15f83580..be8b83ba 100644 --- a/muse/al/CMakeLists.txt +++ b/muse/al/CMakeLists.txt @@ -7,7 +7,7 @@ add_library(al STATIC al.cpp marker.cpp pos.cpp sig.cpp tempo.cpp xml.cpp ) set_target_properties( al - PROPERTIES COMPILE_FLAGS "-include ${PROJECT_SOURCE_DIR}/all.h" + PROPERTIES COMPILE_FLAGS "-fPIC -include ${PROJECT_SOURCE_DIR}/all.h" ) add_dependencies(al ${PROJECT_SOURCE_DIR}/all.h.pch) |
