diff --git a/todo.md b/todo.md index 5e16cf8e..11698137 100644 --- a/todo.md +++ b/todo.md @@ -3,5 +3,4 @@ * Create an 'app' module that simplifies application creation * Implement pixmap font rendering * Create a simple generic primive painter -* Design resources system * Design ui system diff --git a/tools/resource/CMakeLists.txt b/tools/resource/CMakeLists.txt index 026f11d7..1eab7bcf 100644 --- a/tools/resource/CMakeLists.txt +++ b/tools/resource/CMakeLists.txt @@ -24,6 +24,6 @@ function(psemek_add_resources TARGET) DEPENDS resource-compiler "${FILE}" WORKING_DIRECTORY "${INPUT_DIR}") - target_sources(${TARGET} PRIVATE "${OUT_SOURCE}") + target_sources(${TARGET} PRIVATE "${OUT_HEADER}" "${OUT_SOURCE}") endwhile() endfunction()