Skip to content

Commit

Permalink
Exclude stub
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnvdwerf committed Oct 30, 2020
1 parent 119f13f commit 1880305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ add_custom_target(
add_custom_target(beyblade ALL DEPENDS ${OUT_GBA})

file(GLOB_RECURSE SOURCES RELATIVE "${CMAKE_SOURCE_DIR}" "src/*.c" "src/*.h" "asm/*" "data/*" "ld_script.ld")
add_executable(beyblade_stub ${SOURCES})
add_executable(beyblade_stub ${SOURCES} EXCLUDE_FROM_ALL)

0 comments on commit 1880305

Please sign in to comment.