Skip to content

Commit

Permalink
Update cmake/project files
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lentq committed Sep 3, 2023
1 parent 30c1964 commit 20d8133
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion reapi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions reapi/msvc/reapi.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down Expand Up @@ -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" />
Expand Down
4 changes: 2 additions & 2 deletions reapi/msvc/reapi.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down Expand Up @@ -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">
Expand Down

0 comments on commit 20d8133

Please sign in to comment.