Skip to content

Commit

Permalink
update template, add pkg xml cMakeLists and main generator
Browse files Browse the repository at this point in the history
Signed-off-by: SofiaFaraci <[email protected]>
  • Loading branch information
SofiaFaraci committed May 24, 2024
1 parent da0aa24 commit c3f6bf6
Show file tree
Hide file tree
Showing 36 changed files with 2,445 additions and 2,095 deletions.
338 changes: 0 additions & 338 deletions Makefile

This file was deleted.

6 changes: 3 additions & 3 deletions code/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# SPDX-FileCopyrightText: 2024-2024 Istituto Italiano di Tecnologia (IIT)
# SPDX-License-Identifier: BSD-3-Clause

cmake_minimum_required(VERSION 3.16)
project(model2code)

Expand All @@ -24,8 +23,9 @@ install(

target_sources( ${PROJECT_NAME} PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/src/main.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/utils.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/Generator.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/Data.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/strManipulation.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/Replacer.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/ExtractFromXML.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/ExtractFromElement.cpp
)
Expand Down
Loading

0 comments on commit c3f6bf6

Please sign in to comment.