mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add files omitted in previous commit
This commit is contained in:
parent
3a97fc6a81
commit
a124e647db
10
libgnucash/app-utils/mocks/CMakeLists.txt
Normal file
10
libgnucash/app-utils/mocks/CMakeLists.txt
Normal file
@ -0,0 +1,10 @@
|
||||
set(app_utils_mocks_SOURCES
|
||||
gmock-gnc-prefs.cpp
|
||||
gmock-gnc-prefs.h
|
||||
)
|
||||
|
||||
|
||||
set_dist_list(app_utils_mocks_DIST
|
||||
CMakeLists.txt
|
||||
${app_utils_mocks_SOURCES})
|
||||
|
20
libgnucash/engine/mocks/CMakeLists.txt
Normal file
20
libgnucash/engine/mocks/CMakeLists.txt
Normal file
@ -0,0 +1,20 @@
|
||||
set(engine_mocks_SOURCES
|
||||
gmock-Account.cpp
|
||||
gmock-Account.h
|
||||
gmock-gobject.h
|
||||
gmock-qofbook.cpp
|
||||
gmock-qofbook.h
|
||||
gmock-qofinstance.cpp
|
||||
gmock-qofquery.cpp
|
||||
gmock-qofquery.h
|
||||
gmock-Split.cpp
|
||||
gmock-Split.h
|
||||
gmock-Transaction.cpp
|
||||
gmock-Transaction.h
|
||||
)
|
||||
|
||||
|
||||
set_dist_list(engine_mocks_DIST
|
||||
CMakeLists.txt
|
||||
${engine_mocks_SOURCES})
|
||||
|
Loading…
Reference in New Issue
Block a user