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
|
* Create an 'app' module that simplifies application creation
|
||||||
* Implement pixmap font rendering
|
* Implement pixmap font rendering
|
||||||
* Create a simple generic primive painter
|
* Create a simple generic primive painter
|
||||||
* Design resources system
|
|
||||||
* Design ui system
|
* Design ui system
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,6 @@ function(psemek_add_resources TARGET)
|
||||||
DEPENDS resource-compiler "${FILE}"
|
DEPENDS resource-compiler "${FILE}"
|
||||||
WORKING_DIRECTORY "${INPUT_DIR}")
|
WORKING_DIRECTORY "${INPUT_DIR}")
|
||||||
|
|
||||||
target_sources(${TARGET} PRIVATE "${OUT_SOURCE}")
|
target_sources(${TARGET} PRIVATE "${OUT_HEADER}" "${OUT_SOURCE}")
|
||||||
endwhile()
|
endwhile()
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue