Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
BindingGenerator: Preventing VS from placing cpp and h files to diffe…
Browse files Browse the repository at this point in the history
…rent groups
  • Loading branch information
1vanK committed Jan 23, 2022
1 parent c5c9c5c commit 76146c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/Tools/BindingGenerator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,6 @@ set (LIBS PugiXml)

# Setup target
setup_executable (TOOL NODEPS)

# Preventing VS from placing cpp and h files to different groups
source_group (TREE ${CMAKE_CURRENT_SOURCE_DIR} FILES ${SOURCE_FILES})

0 comments on commit 76146c8

Please sign in to comment.