Skip to content

Commit

Permalink
done some Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CRLannister committed Oct 5, 2019
1 parent ac8658d commit 5cd83b9
Show file tree
Hide file tree
Showing 11 changed files with 81 additions and 1,363 deletions.
8 changes: 4 additions & 4 deletions App/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
cmake_minimum_required(VERSION 3.7)
project(ICTC)

INCLUDE_DIRECTORIES(/usr/include/ Native_files/include)
LINK_DIRECTORIES(/usr/lib Native_files/lib)
INCLUDE_DIRECTORIES(/usr/include/)
LINK_DIRECTORIES(/usr/lib)
set(CMAKE_CXX_STANDARD 14)

file(GLOB CPP_SRC_FILES
"CPP_files/*.cc"
"CPP_files/*.cpp"
)
add_executable(ICTC main.cc ${CPP_SRC_FILES})
add_executable(ICTC main.cpp ${CPP_SRC_FILES})
TARGET_LINK_LIBRARIES(ICTC GL GLU glut X11 dl Xxf86vm Xrandr pthread Xi Xinerama Xcursor xcb)
248 changes: 0 additions & 248 deletions App/CPP_files/Graphics.cc

This file was deleted.

Loading

0 comments on commit 5cd83b9

Please sign in to comment.