Compare commits

..

No commits in common. "279d1ea32835aa8446f516c8e9bc8069b44e4dbb" and "800fc3c434ea468be4991a18b08bc45eaba083e8" have entirely different histories.

2 changed files with 1 additions and 8 deletions

View File

@ -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})

View File

@ -1,8 +0,0 @@
#include <iostream>
int main()
{
std::cout << "Hello world." << std::endl;
return 0;
}