mirror of
https://github.com/rehlds/reapi.git
synced 2025-03-13 05:50:16 +03:00
Update cmake/project files
This commit is contained in:
parent
30c1964df1
commit
20d81334f8
@ -111,7 +111,7 @@ set(REAPI_SRCS
|
||||
"src/amxxmodule.cpp"
|
||||
"src/h_export.cpp"
|
||||
"src/dllapi.cpp"
|
||||
"src/entity_callback.cpp"
|
||||
"src/entity_callback_dispatcher.cpp"
|
||||
"src/hook_callback.cpp"
|
||||
"src/hook_list.cpp"
|
||||
"src/hook_manager.cpp"
|
||||
|
@ -210,7 +210,7 @@
|
||||
<ClInclude Include="..\src\amxxmodule.h" />
|
||||
<ClInclude Include="..\src\amx_hook.h" />
|
||||
<ClInclude Include="..\src\api_config.h" />
|
||||
<ClInclude Include="..\src\entity_callback.h" />
|
||||
<ClInclude Include="..\src\entity_callback_dispatcher.h" />
|
||||
<ClInclude Include="..\src\hook_manager.h" />
|
||||
<ClInclude Include="..\src\hook_callback.h" />
|
||||
<ClInclude Include="..\src\hook_list.h" />
|
||||
@ -255,7 +255,7 @@
|
||||
<ClCompile Include="..\src\api_config.cpp" />
|
||||
<ClCompile Include="..\src\dllapi.cpp" />
|
||||
<ClCompile Include="..\src\engine_api.cpp" />
|
||||
<ClCompile Include="..\src\entity_callback.cpp" />
|
||||
<ClCompile Include="..\src\entity_callback_dispatcher.cpp" />
|
||||
<ClCompile Include="..\src\hook_manager.cpp" />
|
||||
<ClCompile Include="..\src\hook_callback.cpp" />
|
||||
<ClCompile Include="..\src\hook_list.cpp" />
|
||||
|
@ -699,7 +699,7 @@
|
||||
<ClInclude Include="..\common\info.h">
|
||||
<Filter>common</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\src\entity_callback.h">
|
||||
<ClInclude Include="..\src\entity_callback_dispatcher.h">
|
||||
<Filter>src</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\src\amx_hook.h">
|
||||
@ -821,7 +821,7 @@
|
||||
<ClCompile Include="..\common\info.cpp">
|
||||
<Filter>common</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\entity_callback.cpp">
|
||||
<ClCompile Include="..\src\entity_callback_dispatcher.cpp">
|
||||
<Filter>src</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\amx_hook.cpp">
|
||||
|
Loading…
x
Reference in New Issue
Block a user