Skip to content

Commit

Permalink
Fix CLI build errors, closes #36 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarfonts authored Oct 24, 2024
1 parent e32e3ed commit c1a84e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set(CMAKE_CXX_COMPILER "/usr/bin/clang++")
project(font-maker)
set(CMAKE_CXX_FLAGS_RELEASE "-O3")
set(CMAKE_CXX_FLAGS_DEBUG "-DDEBUG -g")
set(CMAKE_CXX_FLAGS "-Wno-c++11-narrowing")

find_package(Boost 1.73 REQUIRED)
find_package(Freetype REQUIRED)
Expand Down

0 comments on commit c1a84e6

Please sign in to comment.