Hello world
This commit is contained in:
parent
fecc0948c9
commit
fe02532c9f
@ -1,4 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
set(MAKE_TOOLCHAIN_FILE $PS2SDK/ps2dev.cmake)
|
||||
project(helloworld)
|
||||
add_executable(helloworld.elf main.c)
|
||||
add_executable(helloworld.elf main.c)
|
||||
target_link_libraries(helloworld.elf -ldebug)
|
Loading…
Reference in New Issue
Block a user