Skip to content

Commit

Permalink
Include lib/ in make pretty.
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdafu committed Dec 13, 2017
1 parent fa66e9f commit 6389c51
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,12 @@ add_subdirectory(${CMAKE_SOURCE_DIR}/tests)
file(GLOB_RECURSE ALL_SOURCE_FILES
${CMAKE_SOURCE_DIR}/legacy/*.cpp
${CMAKE_SOURCE_DIR}/legacy/*.h
${CMAKE_SOURCE_DIR}/src/*.cpp
${CMAKE_SOURCE_DIR}/src/*.h
${CMAKE_SOURCE_DIR}/include/*.cpp
${CMAKE_SOURCE_DIR}/include/*.h
${CMAKE_SOURCE_DIR}/lib/*.cpp
${CMAKE_SOURCE_DIR}/lib/*.h
${CMAKE_SOURCE_DIR}/src/*.cpp
${CMAKE_SOURCE_DIR}/src/*.h
${CMAKE_SOURCE_DIR}/tests/*.cpp
${CMAKE_SOURCE_DIR}/tests/*.h
)
Expand Down

0 comments on commit 6389c51

Please sign in to comment.