Skip to content

Commit

Permalink
Added an Analyser class.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny authored Sep 30, 2020
2 parents e9c21b6 + 3503425 commit 5801557
Show file tree
Hide file tree
Showing 197 changed files with 9,327 additions and 6,373 deletions.
2 changes: 1 addition & 1 deletion cmake/environmentchecks.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ endif()

find_package(Doxygen)
find_package(Sphinx)
find_package(SWIG 3.0.3)
find_package(SWIG 4)

set(_ORIGINAL_CMAKE_REQUIRED_FLAGS ${CMAKE_REQUIRED_FLAGS})

Expand Down
10 changes: 10 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ configure_file(
)

set(SOURCE_FILES
${CMAKE_CURRENT_SOURCE_DIR}/analyser.cpp
${CMAKE_CURRENT_SOURCE_DIR}/analyserequation.cpp
${CMAKE_CURRENT_SOURCE_DIR}/analyserequationast.cpp
${CMAKE_CURRENT_SOURCE_DIR}/analysermodel.cpp
${CMAKE_CURRENT_SOURCE_DIR}/analyservariable.cpp
${CMAKE_CURRENT_SOURCE_DIR}/component.cpp
${CMAKE_CURRENT_SOURCE_DIR}/componententity.cpp
${CMAKE_CURRENT_SOURCE_DIR}/entity.cpp
Expand Down Expand Up @@ -72,6 +77,11 @@ set(SOURCE_FILES
)

set(GIT_API_HEADER_FILES
${CMAKE_CURRENT_SOURCE_DIR}/api/libcellml/analyser.h
${CMAKE_CURRENT_SOURCE_DIR}/api/libcellml/analyserequation.h
${CMAKE_CURRENT_SOURCE_DIR}/api/libcellml/analyserequationast.h
${CMAKE_CURRENT_SOURCE_DIR}/api/libcellml/analysermodel.h
${CMAKE_CURRENT_SOURCE_DIR}/api/libcellml/analyservariable.h
${CMAKE_CURRENT_SOURCE_DIR}/api/libcellml/component.h
${CMAKE_CURRENT_SOURCE_DIR}/api/libcellml/componententity.h
${CMAKE_CURRENT_SOURCE_DIR}/api/libcellml/entity.h
Expand Down
Loading

0 comments on commit 5801557

Please sign in to comment.