ass: added ImGui

This commit is contained in:
Lukian 2025-07-14 17:27:54 +02:00
parent 93333821d8
commit 3eb73af274
31 changed files with 69057 additions and 201 deletions

View file

@ -7,6 +7,6 @@ add_subdirectory("lib/glm")
add_subdirectory("lib/assimp")
project("game_engine")
add_executable("game_engine" "src/main.cpp" "${MY_SOURCES}")
add_executable("game_engine" "main.cpp" "${MY_SOURCES}")
target_include_directories("game_engine" PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include")
target_link_libraries("game_engine" "glfw" "glm" "assimp")