Skip to content
Snippets Groups Projects
Commit 20103a58 authored by Le-Bao-Tin.Ha's avatar Le-Bao-Tin.Ha
Browse files

Update CMakeLists.txt

parent cb5c82f2
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,6 @@ project(INSAGAME C)
set(CMAKE_C_STANDARD 90)
set(SDL2_INCLUDE_DIR C:/TDM-GCC-64/x86_64-w64-mingw32/include)
set(SDL2_LIB_DIR C:/TDM-GCC-64/x86_64-w64-mingw32/lib)
set(SDL2_INCLUDE_DIR C:/TDM-GCC-64/x86_64-w64-mingw32/include)
set(SDL2_LIB_DIR C:/TDM-GCC-64/x86_64-w64-mingw32/lib)
add_executable(INSAGAME main.c)
target_link_libraries(${PROJECT_NAME} mingw32 SDL2main SDL2 SDL2_image)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment