Skip to content

Commit

Permalink
cmake/example1: list more header files
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz committed Jun 25, 2024
1 parent c5d02d4 commit f59320d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example1/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ include_directories(
# Defines the source code for the library
set(EXAMPLE1_SRCS
${CMAKE_CURRENT_SOURCE_DIR}/example1.cpp
${CMAKE_CURRENT_SOURCE_DIR}/../inc/crnlib.h
${CMAKE_CURRENT_SOURCE_DIR}/../inc/crn_decomp.h
${CMAKE_CURRENT_SOURCE_DIR}/../inc/dds_defs.h
${CMAKE_CURRENT_SOURCE_DIR}/../crnlib/stb_image.h
${CMAKE_CURRENT_SOURCE_DIR}/../crnlib/stb_image_write.h
)
Expand Down

0 comments on commit f59320d

Please sign in to comment.