Fix resource compiler: add resource header to sources
This commit is contained in:
parent
beed7753d6
commit
61ac1a5d78
2 changed files with 1 additions and 2 deletions
1
todo.md
1
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
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue