Rename detour_hook.cpp to detour_hook.cc (#442)

* fix: detour_hook.cpp => detour_hook.cc
* fix: allow .cc and .cxx files
This commit is contained in:
GeopJr 2022-09-07 01:20:04 +03:00 committed by GitHub
parent 1b7b892e45
commit 074c81416a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -194,6 +194,8 @@ workspace "BigBaseV2"
"%{prj.name}/src/**.hpp",
"%{prj.name}/src/**.h",
"%{prj.name}/src/**.cpp",
"%{prj.name}/src/**.cc",
"%{prj.name}/src/**.cxx",
"%{prj.name}/src/**.asm"
}