Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
1vanK committed Nov 18, 2024
1 parent 2f5f99a commit 83bae49
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions external/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# В IDE библиотеки будут отображаться в папке "библиотеки"
set(CMAKE_FOLDER "библиотеки")

add_subdirectory(dv_big_int EXCLUDE_FROM_ALL)
add_subdirectory(dviglo2d EXCLUDE_FROM_ALL)

# В IDE библиотека будет отображаться в папке "сторонние библиотеки"
set(CMAKE_FOLDER "сторонние библиотеки")

add_subdirectory(entt EXCLUDE_FROM_ALL)

0 comments on commit 83bae49

Please sign in to comment.