diff options
| author | John "Lameguy" Wilbert Villamor <lameguy64@gmail.com> | 2022-03-25 09:22:20 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-25 09:22:20 +0800 |
| commit | 975e614b3c840e2f717adac1d1cb9cee4e5e561b (patch) | |
| tree | 6584ce5b0dbe27a466c95c81fac61b0d90f627bd /examples/graphics/render2tex/CMakeLists.txt | |
| parent | 05d44488bd5587786f4bd0286fc0f555c79aa46a (diff) | |
| parent | 45168ae43e29aa5930ee5a206475ae836078915f (diff) | |
| download | psn00bsdk-975e614b3c840e2f717adac1d1cb9cee4e5e561b.tar.gz | |
Merge pull request #46 from spicyjpeg/psxmdec
Critical ldscript fixes, initial MDEC support and CI updates
Diffstat (limited to 'examples/graphics/render2tex/CMakeLists.txt')
| -rw-r--r-- | examples/graphics/render2tex/CMakeLists.txt | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/examples/graphics/render2tex/CMakeLists.txt b/examples/graphics/render2tex/CMakeLists.txt index 70e489e..a97cf02 100644 --- a/examples/graphics/render2tex/CMakeLists.txt +++ b/examples/graphics/render2tex/CMakeLists.txt @@ -11,14 +11,10 @@ project( HOMEPAGE_URL "http://lameguy64.net/?page=psn00bsdk" ) -configure_file(texture.s.template texture.s) - file(GLOB _sources *.c) -psn00bsdk_add_executable( - render2tex STATIC - ${_sources} - ${PROJECT_BINARY_DIR}/texture.s -) +psn00bsdk_add_executable(render2tex STATIC ${_sources}) #psn00bsdk_add_cd_image(render2tex_iso render2tex iso.xml DEPENDS render2tex) +psn00bsdk_target_incbin(render2tex PRIVATE tim_blendpattern blendpattern-16c.tim) + install(FILES ${PROJECT_BINARY_DIR}/render2tex.exe TYPE BIN) |
