From b6278e2421712b04892001f8cf866a09580f309e Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Fri, 14 Jan 2022 13:50:32 +0100 Subject: Clean up compilation flags --- example/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'example') 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) -- cgit v1.2.3