clean up cmakefile

This commit is contained in:
Wolfgang Thaller 2012-04-06 01:43:18 +02:00
parent 5a7c5aae74
commit 5ab8b58291
1 changed files with 3 additions and 3 deletions

View File

@ -10,10 +10,10 @@ add_executable(Test
target_link_libraries(Test retrocrt)
add_custom_command(
OUTPUT Test.dsk Test.bin
COMMAND ${MAKE_APPL} -b -c Test
OUTPUT Test.bin
COMMAND ${MAKE_APPL} -c Test
DEPENDS Test)
add_custom_target(TestAPPL ALL DEPENDS Test.dsk)
add_custom_target(TestAPPL ALL DEPENDS Test.bin)
set(UPLOAD_URL "" CACHE STRING "ftp url to upload to")
if(UPLOAD_URL)