aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2021-08-25 15:42:56 +0300
committerWohlstand <admin@wohlnet.ru>2021-08-25 15:42:56 +0300
commit87ed51791a8f486b48eed5aaa8f58ee8c30c8bdf (patch)
treed2f11bdad2f23f8a5adae09ae5ff2d247e12b383 /CMakeLists.txt
parent684d35c3769bad3de24b6828ede48d3696c9db31 (diff)
downloadlibADLMIDI-87ed51791a8f486b48eed5aaa8f58ee8c30c8bdf.tar.gz
libADLMIDI-87ed51791a8f486b48eed5aaa8f58ee8c30c8bdf.tar.bz2
libADLMIDI-87ed51791a8f486b48eed5aaa8f58ee8c30c8bdf.zip
Add 3DS into the FPIC condition
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 74600b8..e6877bc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -161,6 +161,7 @@ endif()
if(NOT WIN32
AND NOT VITA
+ AND NOT 3DS
AND NOT EMSCRIPTEN
AND NOT ADLMIDI_DOS)
option(ENABLE_FPIC "Build static libraries as position independent code" ON)