Add resource files to project files
This commit is contained in:
parent
615fc029e7
commit
eb7b827b1e
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ function(psemek_add_resources_impl MODE TARGET)
|
|||
DEPENDS psemek-resource-compiler "${FILE}"
|
||||
WORKING_DIRECTORY "${INPUT_DIR}")
|
||||
|
||||
target_sources(${TARGET} PRIVATE "${OUT_HEADER}" "${OUT_SOURCE}")
|
||||
target_sources(${TARGET} PRIVATE "${FILE}" "${OUT_HEADER}" "${OUT_SOURCE}")
|
||||
endwhile()
|
||||
endfunction()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue