Skip to content

Commit 206899a

Browse files
author
Thomas Taschauer
committed
use android-build branch of core
1 parent 0ce5c88 commit 206899a

4 files changed

Lines changed: 256 additions & 262 deletions

File tree

CMakeLists.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
cmake_minimum_required(VERSION 3.12.4)
2+
3+
option (ODR_TEST "" OFF)
4+
set(ODR_TEST OFF)
5+
6+
# set both to ON for simulator builds, off for devices
7+
option(DISABLE_ASM "" OFF)
8+
set(DISABLE_ASM OFF)
9+
10+
add_subdirectory(OpenDocument.core)

OpenDocument.core

0 commit comments

Comments
 (0)