Premake: Fix exported include paths for BitMRC.

This commit is contained in:
/dev/urandom 2016-08-26 23:41:01 +02:00
parent 86c6450ac2
commit 481a9483ed
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

View File

@ -11,8 +11,8 @@ end
function bitmrc.import()
if not bitmrc.settings then error("Run bitmrc.setup first") end
sqlite3.import()
libcryptopp.import()
sqlite3.links()
libcryptopp.links()
bitmrc.links()
bitmrc.includes()
end