Tracking capstone next.

This commit is contained in:
Ben Vanik
2015-11-05 18:43:15 -08:00
parent 5525f6c0a2
commit 5087ccd565
6 changed files with 12 additions and 9 deletions

View File

@@ -40,7 +40,10 @@ project("capstone")
"capstone/arch/X86/*.h",
"capstone/arch/X86/*.inc",
})
force_compile_as_cc({"capstone/**.c"})
force_compile_as_c({
"capstone/**.c",
"capstone/arch/X86/**.c",
})
filter("platforms:Linux")
-- Capstone code is... not fantastic.