Disable GLib deprecation warnings

Not very useful.
This commit is contained in:
Přemysl Eric Janouch 2020-04-15 07:07:47 +02:00
parent 1289c98ca8
commit 675139edb0
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ set (project_headers
${project_common_headers})
# Build the main executable and link it
add_definitions (-DGLIB_DISABLE_DEPRECATION_WARNINGS)
add_executable (${PROJECT_NAME}
${project_sources} ${project_headers} ${project_common_sources})
target_link_libraries (${PROJECT_NAME} ${project_common_libraries})