Fix the build of glue_generator

Without this fix I get a linker error, as 'md5.c' is treated a c++ file. Compiling it
with a C compiler if fine a .h defines 'extern C' anyway.
This commit is contained in:
Philip Rinn 2019-11-29 16:32:54 +01:00
parent b989ae10d7
commit 7f623aaef4
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
# limitations under the License.
cmake_minimum_required(VERSION 3.0.0)
project(glue_generator LANGUAGES CXX VERSION 0.0.1)
project(glue_generator VERSION 0.0.1)
# CMake build for OpenPLC glue generator. The glue generator takes
# generated C code from the MATIEC compiler and then generates necessary