diff options
| -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) |