This commit is contained in:
Vitor Santos Costa 2016-12-16 09:27:14 -06:00
parent 389a5a440d
commit 80cb881f3c

View File

@ -1,5 +1,3 @@
# Sets the minimum version of CMake required to build the native
# library. You should either keep the default value or only pass a
# value of 3.4.0 or lower.
# Sets the minimum version of CMake required to build the native
@ -129,7 +127,6 @@ add_library( # Sets the name of the library.
# Sets the library as a shared library.
SHARED
C/embedded.c
${YLIBS}
${WINDLLS}
)