Compare commits
2 Commits
800fc3c434
...
279d1ea328
| Author | SHA1 | Date | |
|---|---|---|---|
| 279d1ea328 | |||
| 73f3813419 |
@ -19,7 +19,6 @@ set(SRC_FILES
|
||||
|
||||
set(INCLUDE_DIRS
|
||||
${CMAKE_CURRENT_LIST_DIR}/linux
|
||||
${CMAKE_CURRENT_LIST_DIR}/raylib # ← Hier wird der Header-Pfad ergänzt
|
||||
)
|
||||
|
||||
add_executable(${EXECUTABLE_NAME} ${SRC_FILES})
|
||||
|
||||
8
hello_world.c
Normal file
8
hello_world.c
Normal file
@ -0,0 +1,8 @@
|
||||
#include <iostream>
|
||||
|
||||
int main()
|
||||
{
|
||||
std::cout << "Hello world." << std::endl;
|
||||
|
||||
return 0;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user