integrate code generation into build process (first attempt)

This commit is contained in:
Eyck Jentzsch 2020-12-30 07:29:52 +00:00
parent ab554539e3
commit c4da47cedd
6 changed files with 7 additions and 4 deletions

View File

@ -50,6 +50,9 @@ endif()
# Define the library
add_library(tgfs SHARED ${LIB_SOURCES})
# list code gen dependencies
add_dependencies(tgfs TGF_C_src)
target_compile_options(tgfs PRIVATE -Wno-shift-count-overflow)
target_include_directories(tgfs PUBLIC incl)
target_link_libraries(tgfs PUBLIC softfloat scc-util)

View File

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (C) 2017, 2018 MINRES Technologies GmbH
* Copyright (C) 2017 - 2020 MINRES Technologies GmbH
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (C) 2017, 2018 MINRES Technologies GmbH
* Copyright (C) 2017 - 2020 MINRES Technologies GmbH
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (C) 2017, 2018 MINRES Technologies GmbH
* Copyright (C) 2017 - 2020 MINRES Technologies GmbH
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (C) 2017, 2018 MINRES Technologies GmbH
* Copyright (C) 2017 - 2020 MINRES Technologies GmbH
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without