Skip to content

Commit

Permalink
move hearder files to include folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mahi97 committed Nov 10, 2016
1 parent 5d97426 commit 7f8b202
Show file tree
Hide file tree
Showing 24 changed files with 25 additions and 24 deletions.
49 changes: 25 additions & 24 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ if(UNIX)
endif()
endif()


# set explicitly the c++ standard to use
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++03")

# add src dir to included directories
include_directories(src)
include_directories(${PROJECT_SOURCE_DIR}/include)
include_directories(${PROJECT_SOURCE_DIR}/include/net)
include_directories(${PROJECT_SOURCE_DIR}/include/physics)


## Handling depenendcies
Expand Down Expand Up @@ -134,28 +135,28 @@ set(SOURCES
)

set(HEADERS
src/mainwindow.h
src/glwidget.h
src/graphics.h
src/physics/pworld.h
src/physics/pobject.h
src/physics/pball.h
src/physics/pground.h
src/physics/pfixedbox.h
src/physics/pcylinder.h
src/physics/pbox.h
src/physics/pray.h
src/net/robocup_ssl_server.h
src/net/robocup_ssl_client.h
src/sslworld.h
src/robot.h
src/configwidget.h
src/statuswidget.h
src/logger.h
src/robotwidget.h
src/getpositionwidget.h
src/common.h
src/config.h
include/mainwindow.h
include/glwidget.h
include/graphics.h
include/physics/pworld.h
include/physics/pobject.h
include/physics/pball.h
include/physics/pground.h
include/physics/pfixedbox.h
include/physics/pcylinder.h
include/physics/pbox.h
include/physics/pray.h
include/net/robocup_ssl_server.h
include/net/robocup_ssl_client.h
include/sslworld.h
include/robot.h
include/configwidget.h
include/statuswidget.h
include/logger.h
include/robotwidget.h
include/getpositionwidget.h
include/common.h
include/config.h
)

# files to be compiled
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7f8b202

Please sign in to comment.