Compare commits
No commits in common. "279d1ea32835aa8446f516c8e9bc8069b44e4dbb" and "800fc3c434ea468be4991a18b08bc45eaba083e8" have entirely different histories.
279d1ea328
...
800fc3c434
@ -19,6 +19,7 @@ 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})
|
||||
|
||||
@ -1,8 +0,0 @@
|
||||
#include <iostream>
|
||||
|
||||
int main()
|
||||
{
|
||||
std::cout << "Hello world." << std::endl;
|
||||
|
||||
return 0;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user