Skip to content

Commit

Permalink
[c++] include OpenMP-control files in MSBuild solution file (fixes #6238
Browse files Browse the repository at this point in the history
) (#6251)
  • Loading branch information
jameslamb committed Jan 9, 2024
1 parent ec97d36 commit 5516533
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions windows/LightGBM.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@
<ClCompile Include="..\src\treelearner\tree_learner.cpp" />
<ClCompile Include="..\src\treelearner\voting_parallel_tree_learner.cpp" />
<ClCompile Include="..\src\treelearner\gradient_discretizer.cpp" />
<ClCompile Include="..\src\utils\openmp_wrapper.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
3 changes: 3 additions & 0 deletions windows/LightGBM.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -344,5 +344,8 @@
<ClCompile Include="..\src\treelearner\gradient_discretizer.cpp">
<Filter>src\treelearner</Filter>
</ClCompile>
<ClCompile Include="..\src\utils\openmp_wrapper.cpp">
<Filter>src\utils</Filter>
</ClCompile>
</ItemGroup>
</Project>

0 comments on commit 5516533

Please sign in to comment.