diff options
author | Robert Tari <robert@tari.in> | 2022-01-14 13:50:32 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2022-01-14 14:03:27 +0100 |
commit | b6278e2421712b04892001f8cf866a09580f309e (patch) | |
tree | bb3d66ad8980127cf63477532eadd48ef0539eeb /example | |
parent | b340930ce0eaf467cdf007dbbc7a0e650eeadbf4 (diff) | |
download | ayatana-ido-b6278e2421712b04892001f8cf866a09580f309e.tar.gz ayatana-ido-b6278e2421712b04892001f8cf866a09580f309e.tar.bz2 ayatana-ido-b6278e2421712b04892001f8cf866a09580f309e.zip |
Clean up compilation flags
Diffstat (limited to 'example')
-rw-r--r-- | example/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 52f7bde..95be390 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -1,6 +1,5 @@ # menus -set_source_files_properties(menus.c PROPERTIES COMPILE_FLAGS ${COMPILE_FLAGS}) add_executable("menus" menus.c) target_include_directories("menus" PUBLIC ${PROJECT_DEPS_INCLUDE_DIRS}) target_link_libraries("menus" ${PROJECT_DEPS_LIBRARIES} "-L${CMAKE_BINARY_DIR}/src" -layatana-ido3-0.4) |