Initialize Project
This commit is contained in:
commit
fecc0948c9
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
build/
|
4
CMakeLists.txt
Normal file
4
CMakeLists.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
cmake_minimum_required(VERSION 3.10)
|
||||||
|
set(MAKE_TOOLCHAIN_FILE $PS2SDK/ps2dev.cmake)
|
||||||
|
project(helloworld)
|
||||||
|
add_executable(helloworld.elf main.c)
|
Loading…
Reference in New Issue
Block a user