Skip to content

Commit

Permalink
Correctly set visual studio filters for the split pyflamegpu targets (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ptheywood authored Aug 31, 2022
1 parent 7e8d7b0 commit 1862394
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion swig/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,8 @@ endif()
# set project folders (for better organisation in visual studio)
if (CMAKE_USE_FOLDERS)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
set_property(TARGET "${PYTHON_MODULE_NAME}" PROPERTY FOLDER "FLAMEGPU")
set_property(TARGET "${PYTHON_SWIG_TARGET_NAME}" PROPERTY FOLDER "FLAMEGPU")
set_property(TARGET "${PYTHON_MODULE_TARGET_NAME}" PROPERTY FOLDER "FLAMEGPU")
endif ()

# Specify visual studio and eclpse source_group filters as required.
Expand Down

0 comments on commit 1862394

Please sign in to comment.