|
35 | 35 | <ClCompile Include="src\lib\imgui_demo.cpp" />
|
36 | 36 | <ClCompile Include="src\lib\imgui_draw.cpp" />
|
37 | 37 | <ClCompile Include="src\lib\imgui_impl_sdl_gl3.cpp" />
|
| 38 | + <ClCompile Include="src\lib\Remotery.c" /> |
38 | 39 | <ClCompile Include="src\lib\sole\sole.cpp" />
|
39 | 40 | <ClCompile Include="src\main.cpp" />
|
40 | 41 | <ClCompile Include="src\state\ingamestate.cpp" />
|
|
48 | 49 | <ClCompile Include="src\world\component\ghostobjectcomponent.cpp" />
|
49 | 50 | <ClCompile Include="src\world\component\guncomponent.cpp" />
|
50 | 51 | <ClCompile Include="src\world\component\hitboxcomponent.cpp" />
|
| 52 | + <ClCompile Include="src\world\component\instancedsimplemeshcomponent.cpp" /> |
51 | 53 | <ClCompile Include="src\world\component\kbmouseinputcomponent.cpp" />
|
52 | 54 | <ClCompile Include="src\world\component\lifecomponent.cpp" />
|
53 | 55 | <ClCompile Include="src\world\component\lightcomponent.cpp" />
|
|
101 | 103 | <ClInclude Include="src\lib\imgui_impl_sdl_gl3.h" />
|
102 | 104 | <ClInclude Include="src\lib\imgui_internal.h" />
|
103 | 105 | <ClInclude Include="src\lib\KHR\khrplatform.h" />
|
| 106 | + <ClInclude Include="src\lib\Remotery.h" /> |
104 | 107 | <ClInclude Include="src\lib\sole\sole.fwd.hpp" />
|
105 | 108 | <ClInclude Include="src\lib\sole\sole.hpp" />
|
106 | 109 | <ClInclude Include="src\lib\stb_rect_pack.h" />
|
|
117 | 120 | <ClInclude Include="src\world\component\ghostobjectcomponent.hpp" />
|
118 | 121 | <ClInclude Include="src\world\component\guncomponent.hpp" />
|
119 | 122 | <ClInclude Include="src\world\component\hitboxcomponent.hpp" />
|
| 123 | + <ClInclude Include="src\world\component\instancedsimplemeshcomponent.hpp" /> |
120 | 124 | <ClInclude Include="src\world\component\kbmouseinputcomponent.hpp" />
|
121 | 125 | <ClInclude Include="src\world\component\lifecomponent.hpp" />
|
122 | 126 | <ClInclude Include="src\world\component\lightcomponent.hpp" />
|
|
235 | 239 | <AdditionalIncludeDirectories>$(SolutionDir)include</AdditionalIncludeDirectories>
|
236 | 240 | <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
237 | 241 | <OpenMPSupport>true</OpenMPSupport>
|
| 242 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
238 | 243 | </ClCompile>
|
239 | 244 | <Link>
|
240 | 245 | <AdditionalLibraryDirectories>$(SolutionDir)lib</AdditionalLibraryDirectories>
|
|
277 | 282 | <AdditionalIncludeDirectories>$(SolutionDir)include</AdditionalIncludeDirectories>
|
278 | 283 | <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
279 | 284 | <OpenMPSupport>true</OpenMPSupport>
|
| 285 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
280 | 286 | </ClCompile>
|
281 | 287 | <Link>
|
282 | 288 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
300 | 306 | <AdditionalIncludeDirectories>$(SolutionDir)include</AdditionalIncludeDirectories>
|
301 | 307 | <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
302 | 308 | <OpenMPSupport>true</OpenMPSupport>
|
| 309 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
303 | 310 | </ClCompile>
|
304 | 311 | <Link>
|
305 | 312 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
0 commit comments