diff options
| author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-02 17:16:41 +0800 | 
|---|---|---|
| committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-02 17:16:41 +0800 | 
| commit | f609acb377566d22e528c79a5217ffa056ef9280 (patch) | |
| tree | f43e010e114e80398ed904d813d59b9f1052f5c6 | |
| parent | eabba16993fcd65d9473a2d134e43fff747d097f (diff) | |
Tidy up a bit
| -rw-r--r-- | CMakeLists.txt | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/CMakeLists.txt b/CMakeLists.txt index 5eeb437..ba3b7e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,8 @@ add_library(${PROJECT_NAME} SHARED  	user.cxx  	ticket.cxx  	tickethistory.cxx -	client.cxx) +	client.cxx +	)  if (ANDROID)  	set(ANDROID_BUILD_ABI_${ANDROID_ABI} 1) |