Skip to content

Commit

Permalink
Fix source group name for lodepng
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Jun 7, 2022
1 parent 3f120db commit cec49ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies/CMakeLists.txt
Expand Up @@ -92,12 +92,12 @@ endif()
set (LIBLODEPNG_SOURCE_FILES
lodepng/lodepng.cpp)

source_group(libpugixml\\sources FILES ${LIBLODEPNG_SOURCE_FILES})
source_group(lodepng\\sources FILES ${LIBLODEPNG_SOURCE_FILES})

set (LIBLODEPNG_HEADER_FILES
lodepng/lodepng.h)

source_group(libpugixml\\headers FILES ${LIBLODEPNG_HEADER_FILES})
source_group(lodepng\\headers FILES ${LIBLODEPNG_HEADER_FILES})

list(APPEND ALL_SOURCE_FILES ${LIBLODEPNG_SOURCE_FILES})
list(APPEND ALL_HEADER_FILES ${LIBLODEPNG_HEADER_FILES})
Expand Down

0 comments on commit cec49ad

Please sign in to comment.