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