mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Adapt cutecash / cmake build to r21605.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21608 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
9eb42b358c
commit
3179225cb2
@ -74,9 +74,6 @@ SET (libgncmod_engine_HEADERS
|
|||||||
SET (SWIG_ENGINE_C ${CMAKE_CURRENT_BINARY_DIR}/swig-engine.c)
|
SET (SWIG_ENGINE_C ${CMAKE_CURRENT_BINARY_DIR}/swig-engine.c)
|
||||||
GNC_ADD_SWIG_COMMAND (${SWIG_ENGINE_C} ${CMAKE_CURRENT_SOURCE_DIR}/engine.i ${libgncmod_engine_HEADERS})
|
GNC_ADD_SWIG_COMMAND (${SWIG_ENGINE_C} ${CMAKE_CURRENT_SOURCE_DIR}/engine.i ${libgncmod_engine_HEADERS})
|
||||||
|
|
||||||
SET (SWIG_BUSINESS_CORE_C ${CMAKE_CURRENT_BINARY_DIR}/swig-business-core.c)
|
|
||||||
GNC_ADD_SWIG_COMMAND (${SWIG_BUSINESS_CORE_C} ${CMAKE_CURRENT_SOURCE_DIR}/business-core.i ${libgncmod_engine_HEADERS})
|
|
||||||
|
|
||||||
# Command to generate the iso-4217-currencies.c file
|
# Command to generate the iso-4217-currencies.c file
|
||||||
SET (ISO_4217_C ${CMAKE_CURRENT_BINARY_DIR}/iso-4217-currencies.c)
|
SET (ISO_4217_C ${CMAKE_CURRENT_BINARY_DIR}/iso-4217-currencies.c)
|
||||||
ADD_CUSTOM_COMMAND (
|
ADD_CUSTOM_COMMAND (
|
||||||
@ -140,7 +137,6 @@ SET (libgncmod_engine_SOURCES
|
|||||||
gncOwner.c
|
gncOwner.c
|
||||||
gncTaxTable.c
|
gncTaxTable.c
|
||||||
gncVendor.c
|
gncVendor.c
|
||||||
${SWIG_BUSINESS_CORE_C}
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# Add dependency on config.h
|
# Add dependency on config.h
|
||||||
|
Loading…
Reference in New Issue
Block a user