mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Lowercase cmake commands
A huge bikeshed fest but it distracted me enough to do it anyway.
This commit is contained in:
@@ -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)
|
||||
@@ -1 +1 @@
|
||||
SET_DIST_LIST(example_glade_DIST CMakeLists.txt )
|
||||
set_dist_list(example_glade_DIST CMakeLists.txt )
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user