mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Drop the gnc-module wrapper around the test-engine library
It's not adding anything
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
|
||||
|
||||
set(libgncmod_test_engine_SOURCES
|
||||
gncmod-test-engine.c test-engine-stuff.cpp
|
||||
set(libgnc_test_engine_SOURCES
|
||||
test-engine-stuff.cpp
|
||||
)
|
||||
|
||||
add_library(gncmod-test-engine STATIC ${libgncmod_test_engine_SOURCES})
|
||||
add_library(gnc-test-engine STATIC ${libgnc_test_engine_SOURCES})
|
||||
|
||||
target_include_directories(gncmod-test-engine PRIVATE
|
||||
target_include_directories(gnc-test-engine PRIVATE
|
||||
${GMODULE_INCLUDE_DIRS}
|
||||
${CMAKE_SOURCE_DIR}/libgnucash/gnc-module
|
||||
${CMAKE_BINARY_DIR}/common # for config.h
|
||||
@@ -15,5 +15,5 @@ target_include_directories(gncmod-test-engine PRIVATE
|
||||
${CMAKE_SOURCE_DIR}/common/test-core
|
||||
)
|
||||
|
||||
set_dist_list(engine_test_core_DIST CMakeLists.txt ${libgncmod_test_engine_SOURCES}
|
||||
set_dist_list(engine_test_core_DIST CMakeLists.txt ${libgnc_test_engine_SOURCES}
|
||||
test-engine-stuff.h test-engine-strings.h)
|
||||
|
||||
Reference in New Issue
Block a user