diff options
author | Robert Tari <robert@tari.in> | 2022-02-11 14:06:49 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2022-02-11 14:06:49 +0100 |
commit | e6b34ef4daa0809c7bfd5cbffc7cbcc1d053345b (patch) | |
tree | efe674547e63cbf829b51eef92d6c4d1644d426d /src | |
parent | 3bec2d1519b31791d0c098e4ab2d6ae9d693ab53 (diff) | |
download | libayatana-appindicator-e6b34ef4daa0809c7bfd5cbffc7cbcc1d053345b.tar.gz libayatana-appindicator-e6b34ef4daa0809c7bfd5cbffc7cbcc1d053345b.tar.bz2 libayatana-appindicator-e6b34ef4daa0809c7bfd5cbffc7cbcc1d053345b.zip |
Clean up compilation flags
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1d23671..b6ba839 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -118,7 +118,6 @@ file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/gen-notification-watcher.xml.c" ${GEN_NO # libayatana-appindicator{,3}.so -set_source_files_properties(${SOURCES} PROPERTIES COMPILE_FLAGS ${COMPILE_FLAGS}) add_library("${ayatana_appindicator_gtkver}" SHARED ${SOURCES}) set_target_properties("${ayatana_appindicator_gtkver}" PROPERTIES VERSION 1.0.0 SOVERSION 1) target_compile_definitions("${ayatana_appindicator_gtkver}" PUBLIC G_LOG_DOMAIN="libayatana-appindicator") |