summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--lib/CMakeLists.txt1
-rw-r--r--lib/arm/CMakeLists.txt0
3 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e8251d13..165422eb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,7 +34,7 @@ install(DIRECTORY include
)
SET( Achitectures
- i386 ppc x86_64
+ i386 x86_64 ppc arm
)
SET( Configurations
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index 40d05a9c..896db74f 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -51,6 +51,7 @@ SET( i386_Functions
# ADD_SUBDIRECTORY( ppc )
# ADD_SUBDIRECTORY( x86_64 )
# ADD_SUBDIRECTORY( i386 )
+# ADD_SUBDIRECTORY( arm )
#FOREACH( LOOP_VAR ${Achitectures} )
# See ARCHIVE_OUTPUT_DIRECTORY docs.
diff --git a/lib/arm/CMakeLists.txt b/lib/arm/CMakeLists.txt
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/lib/arm/CMakeLists.txt