mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Get libswig-gnc-optiondb to install in the right place on Windows.
This commit is contained in:
parent
cee3cdaff9
commit
16d1f0655b
@ -117,6 +117,12 @@ if (HAVE_SRFI64)
|
||||
target_include_directories(swig-gnc-optiondb
|
||||
PRIVATE ${swig_gnc_optiondb_INCLUDES})
|
||||
|
||||
install(TARGETS swig-gnc-optiondb
|
||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
)
|
||||
|
||||
gnc_add_scheme_test_targets(scm-test-gnc-optiondb
|
||||
"test-gnc-optiondb.scm"
|
||||
"tests"
|
||||
|
Loading…
Reference in New Issue
Block a user