Review fixes.

This commit is contained in:
Vladimir Byko-Ianko 2018-01-19 15:08:47 +03:00 committed by Yuri Gorshenin
parent 9615f8f400
commit 945a878c54

View file

@ -372,6 +372,8 @@ if (PLATFORM_DESKTOP)
add_subdirectory(3party/libtess2)
endif()
# Only options related to warnings should be placed here.
# Other options should be set before all add_subdirectory calls.
add_compile_options(
"-Wall"
)