Skip to content

Commit

Permalink
cleanup directory structure
Browse files Browse the repository at this point in the history
adding 'src' subdirectory
  • Loading branch information
hirsch committed Aug 14, 2009
1 parent 7da3dab commit b47094e
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
cmake_minimum_required(VERSION 2.6)
project(GigEV4Linux)

set(SOURCES Main.cpp
Gvsp.cpp
Gvcp.cpp
GigEVision.cpp
GenICam.cpp)
set(SOURCES src/Main.cpp
src/Gvsp.cpp
src/Gvcp.cpp
src/GigEVision.cpp
src/GenICam.cpp)

set(HEADERS Gvsp.h
Gvcp.h
GenICam.h
GigEVision.h)
set(HEADERS src/Gvsp.h
src/Gvcp.h
src/GenICam.h
src/GigEVision.h)


include_directories(. /usr/include /usr/include/c++/4.3 thirdparty/GenICam/include)
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.

0 comments on commit b47094e

Please sign in to comment.