mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(app): add windows app
This commit is contained in:
parent
6bebfe5e2f
commit
655d795a9d
20 changed files with 176 additions and 66 deletions
4
vendor/freetype-2.0.9/CMakeLists.txt
vendored
4
vendor/freetype-2.0.9/CMakeLists.txt
vendored
|
|
@ -1,4 +1,6 @@
|
|||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-deprecated-declarations -Wno-empty-body")
|
||||
if(WHOA_SYSTEM_MAC OR WHOA_SYSTEM_LINUX)
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-deprecated-declarations -Wno-empty-body")
|
||||
endif()
|
||||
|
||||
set(FREETYPE_SRC_DIR "./src")
|
||||
set(FREETYPE_INCLUDE_DIR "./include")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue