/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Data/Tools/ezEditor/CppProject/CppSource/CMakeExtensions.txt
16 строк
593 B
Jan Krassnigg
Automatically link against used engine plugins (#1761)
06 янв 2026, 22:51
Не верифицирован
06 янв 2026, 22:51
94ccbae
Код
Авторство
О чём код?
# CMake Extensions File # # This file is included by CMakeLists.txt and allows you to extend the global build # configuration without modifying the template CMakeLists.txt file directly. # # This file will NOT be overwritten when templates are updated. # # For project specific modifications, there are dedicated extension files in their respective folders. # Examples of what you can add here: # Add custom compile definitions: # add_compile_definitions(MY_CUSTOM_DEFINE=1) # Add custom include directories: # include_directories("${CMAKE_CURRENT_SOURCE_DIR}/ThirdParty/MyLib/include")