initial commit
This commit is contained in:
commit
efcd3e1892
106 changed files with 27000 additions and 0 deletions
13
src/CMakeLists.txt
Normal file
13
src/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
set(PFAEDLE_INCLUDE_DIR ${CMAKE_CURRENT_LIST_DIR} ${CMAKE_CURRENT_BINARY_DIR})
|
||||
|
||||
cpplint_add_subdirectory(pfaedle)
|
||||
|
||||
include_directories(
|
||||
${PFAEDLE_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
add_subdirectory(util)
|
||||
add_subdirectory(pfaedle)
|
||||
add_subdirectory(cppgtfs)
|
||||
add_subdirectory(xml)
|
||||
add_subdirectory(configparser)
|
||||
Loading…
Add table
Add a link
Reference in a new issue