diff options
| author | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2022-02-20 20:55:27 +0100 |
|---|---|---|
| committer | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2022-02-20 23:10:19 +0100 |
| commit | a2da2debfde1d44338d203aa4d56e485c4bb16ae (patch) | |
| tree | bcce13d2c63acfe4d9b1d72c1887130b29bb098f /examples/graphics/tilesasm/CMakeLists.txt | |
| parent | 72db767f5a5bdb958bb11bcb6fe6b9b332a2b195 (diff) | |
| download | psn00bsdk-a2da2debfde1d44338d203aa4d56e485c4bb16ae.tar.gz | |
Add psn00bsdk_target_incbin() CMake function
Diffstat (limited to 'examples/graphics/tilesasm/CMakeLists.txt')
| -rw-r--r-- | examples/graphics/tilesasm/CMakeLists.txt | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/examples/graphics/tilesasm/CMakeLists.txt b/examples/graphics/tilesasm/CMakeLists.txt index 3384875..5b8de96 100644 --- a/examples/graphics/tilesasm/CMakeLists.txt +++ b/examples/graphics/tilesasm/CMakeLists.txt @@ -11,14 +11,10 @@ project( HOMEPAGE_URL "http://lameguy64.net/?page=psn00bsdk" ) -configure_file(data.s.template data.s) - file(GLOB _sources *.s *.c) -psn00bsdk_add_executable( - tilesasm STATIC - ${_sources} - ${PROJECT_BINARY_DIR}/data.s -) +psn00bsdk_add_executable(tilesasm STATIC ${_sources}) #psn00bsdk_add_cd_image(tilesasm_iso tilesasm iso.xml DEPENDS tilesasm) +psn00bsdk_target_incbin(tilesasm PRIVATE tim_tileset tiles_256.tim) + install(FILES ${PROJECT_BINARY_DIR}/tilesasm.exe TYPE BIN) |
