diff options
author | Ralph Amissah <ralph@amissah.com> | 2020-03-06 15:11:55 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2020-03-14 15:17:44 -0400 |
commit | 2c95e88e40ff3cf021eb9e2e0b7a87f68d5e1e37 (patch) | |
tree | 85693bb7813a51f9af9925b08508280183962906 /subprojects/d2sqlite3.dub.sdl | |
parent | meson build (subproject issue with imageformats >= 7.0.1) (diff) |
meson using dubdoc-reform_v0.9.2
- the good
- works
- project looks pretty clean
- the bad
- subprojects built externally
- not suitable for debian packaging
Diffstat (limited to 'subprojects/d2sqlite3.dub.sdl')
-rw-r--r-- | subprojects/d2sqlite3.dub.sdl | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/subprojects/d2sqlite3.dub.sdl b/subprojects/d2sqlite3.dub.sdl deleted file mode 100644 index f2bd29f..0000000 --- a/subprojects/d2sqlite3.dub.sdl +++ /dev/null @@ -1,29 +0,0 @@ -name "d2sqlite3" -description "A thin wrapper around SQLite 3" -homepage "https://github.com/biozic/d2sqlite3" -authors "Nicolas Sicard" "Other contributors: see Github repo" -copyright "Copyright 2011-18 Nicolas Sicard" -license "BSL-1.0" -targetType "library" -configuration "with-lib" { - systemDependencies "SQLite version >= 3.8.7" - libs "sqlite3" - excludedSourceFiles "source/tests.d" -} -configuration "without-lib" { - excludedSourceFiles "source/tests.d" -} -configuration "all-included" { - libs "sqlite3" platform="windows" - copyFiles "lib/win32/sqlite3.dll" "lib/win32/sqlite3.lib" platform="windows-x86" - copyFiles "lib/win64/sqlite3.dll" "lib/win64/sqlite3.lib" platform="windows-x86_64" - preBuildCommands "make -C $PACKAGE_DIR -f sqlite3.mak" platform="posix" - sourceFiles "sqlite3.o" platform="posix" - libs "dl" platform="linux-gdc" - excludedSourceFiles "source/tests.d" -} -configuration "travis" { - preBuildCommands "make -C $PACKAGE_DIR -f sqlite3.mak" platform="posix" - sourceFiles "sqlite3.o" platform="posix" - versions "SqliteEnableColumnMetadata" "SqliteEnableUnlockNotify" -} |