cmake : fix trailing whitespace
This commit is contained in:
parent
3616ed585b
commit
2129e3ef05
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ find_package(Llama 0.0.1 REQUIRED)
|
||||||
# source tree, main-cmake-pkg pretends the dependencies are built-in.
|
# source tree, main-cmake-pkg pretends the dependencies are built-in.
|
||||||
set(_common_path "${CMAKE_CURRENT_LIST_DIR}/../../common")
|
set(_common_path "${CMAKE_CURRENT_LIST_DIR}/../../common")
|
||||||
add_library(common OBJECT)
|
add_library(common OBJECT)
|
||||||
file(GLOB _common_files
|
file(GLOB _common_files
|
||||||
"${_common_path}/*.h"
|
"${_common_path}/*.h"
|
||||||
"${_common_path}/*.cpp"
|
"${_common_path}/*.cpp"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue