Example code cleanup
This commit is contained in:
@ -16,6 +16,11 @@ add_executable(${TOOL_NAME})
|
||||
target_sources(${TOOL_NAME}
|
||||
PRIVATE
|
||||
texture_generation.c
|
||||
../utils/file.c
|
||||
)
|
||||
target_include_directories(${PROJECT_NAME}
|
||||
PUBLIC
|
||||
${CMAKE_CURRENT_LIST_DIR}/../
|
||||
)
|
||||
target_link_libraries(${TOOL_NAME}
|
||||
PUBLIC
|
||||
|
Reference in New Issue
Block a user