Skip to content

Commit

Permalink
Ignore CMake binary folder for in-source builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeu committed Aug 16, 2024
1 parent 6ba3cc6 commit c6002a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ModelicaTableAdditions/Resources/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ endif()

project(Modelica_Table_Additions C)

file(GENERATE OUTPUT .gitignore CONTENT "*")

set_property(GLOBAL PROPERTY USE_FOLDERS ON)

include(BuildProjects/CMake/Modelica_platform.cmake)
Expand Down

0 comments on commit c6002a1

Please sign in to comment.