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