CMakeLists.txt 220 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 cmake_minimum_required(VERSION 3.4.1) # for example add_library( convertImage # Sets the library as a shared library. SHARED # Provides a relative path to your source file(s). ../ios/native/converter.c )