From 254ae9a5ef7d893f725456f5e25f9ec245acba5b Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Mon, 2 Oct 2023 16:51:12 +0200 Subject: Add an execute_command with warning --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ee44f7a..c7d351d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -7,6 +7,8 @@ target_link_libraries(ayatana-common ${DEPS_LIBRARIES} ) +target_compile_definitions (ayatana-common PUBLIC GETTEXT_PACKAGE="${GETTEXT_PACKAGE}" LOCALEDIR="${CMAKE_INSTALL_FULL_LOCALEDIR}") + if(ENABLE_LOMIRI_FEATURES) add_definitions( -DLOMIRI_FEATURES_ENABLED ) endif() -- cgit v1.2.3