Lowercase cmake commands

A huge bikeshed fest but it distracted me enough to do it anyway.
This commit is contained in:
Geert Janssens
2018-05-03 23:18:15 +02:00
parent 65c7139072
commit a9f35ed7ae
154 changed files with 2546 additions and 2565 deletions

View File

@@ -1,8 +1,8 @@
ADD_SUBDIRECTORY(glade)
ADD_SUBDIRECTORY(ui)
add_subdirectory(glade)
add_subdirectory(ui)
SET(example_SOURCES gnc-plugin.example.c gncmod-example.c)
SET(example_noinst_HEADERS gnc-plugin.example.h)
set(example_SOURCES gnc-plugin.example.c gncmod-example.c)
set(example_noinst_HEADERS gnc-plugin.example.h)
SET_LOCAL_DIST(example_DIST_local CMakeLists.txt ${example_SOURCES} ${example_noinst_HEADERS})
SET(example_DIST ${example_DIST_local} ${example_glade_DIST} ${example_ui_DIST} PARENT_SCOPE)
set_local_dist(example_DIST_local CMakeLists.txt ${example_SOURCES} ${example_noinst_HEADERS})
set(example_DIST ${example_DIST_local} ${example_glade_DIST} ${example_ui_DIST} PARENT_SCOPE)

View File

@@ -1 +1 @@
SET_DIST_LIST(example_glade_DIST CMakeLists.txt )
set_dist_list(example_glade_DIST CMakeLists.txt )

View File

@@ -1 +1 @@
SET_DIST_LIST(example_ui_DIST CMakeLists.txt gnc-plugin-example-ui.xml)
set_dist_list(example_ui_DIST CMakeLists.txt gnc-plugin-example-ui.xml)