Skip to content

Commit

Permalink
CMakeLists.txt: Не используем суффикс для отладочной версии
Browse files Browse the repository at this point in the history
Если уж заморачиваться, то для всех конфигураций нужны:
* RELWITHDEBINFO_POSTFIX _r
* MINSIZEREL_POSTFIX _m
* DEBUG_POSTFIX _d
  • Loading branch information
1vanK committed Nov 15, 2024
1 parent 1fd02b7 commit 36992ad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ if(DV_BIG_INT_BUILD_TESTER)
target_link_options(${target_name} PRIVATE -static)
endif()

# Отладочная версия приложения будет иметь суффикс _d
set_property(TARGET ${target_name} PROPERTY DEBUG_POSTFIX _d)

# Заставляем VS отображать дерево каталогов
source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR} FILES ${source_files})

Expand Down

0 comments on commit 36992ad

Please sign in to comment.