Remove old and unwanted CMakeLists

pull/40/head
Massimo Gengarelli 2012-05-02 22:58:55 +02:00
parent 2eccd9df2c
commit e563f7cad6
1 changed files with 0 additions and 33 deletions

View File

@ -1,33 +0,0 @@
# lib subproject
file(GLOB DRIVE_SOURCES
drive/*.cc
)
file(GLOB PROTOCOL_SOURCES
protocol/*.cc
)
file(GLOB UTIL_SOURCES
util/*.cc
)
file(GLOB DRIVE_HEADERS
drive/*.hh
)
file (GLOB PROTOCOL_HEADERS
protocol/*.hh
)
file (GLOB UTIL_HEADERS
util/*.hh
)
add_library( grive SHARED
${DRIVE_SOURCES}
${PROTOCOL_SOURCES}
${UTIL_SOURCES}
)
nstall(FILES ${UTIL_HEADERS} DESTINATION include/grive/util)