mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-12-27 17:29:16 +00:00
split ROM build out into its own project
This commit is contained in:
parent
1f799ed3af
commit
0b63800a3a
2
rom/.gitignore
vendored
2
rom/.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
*.r65
|
||||
*.a65
|
||||
*.s65
|
||||
|
||||
/build/
|
||||
|
@ -1 +1,3 @@
|
||||
add_custom_target(roms COMMAND make WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
cmake_minimum_required(VERSION 3.22.1)
|
||||
project(epple2roms)
|
||||
add_custom_target(roms ALL COMMAND make WORKING_DIRECTORY ${PROJECT_SOURCE_DIR})
|
||||
|
Loading…
Reference in New Issue
Block a user