[glacier] Create lib with scaffolding string class.
This commit is contained in:
parent
172bf51db7
commit
859fbf66da
4 changed files with 62 additions and 0 deletions
6
lib/glacier/CMakeLists.txt
Normal file
6
lib/glacier/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
add_library(glacier STATIC
|
||||
string/string.cpp)
|
||||
|
||||
target_include_directories(glacier
|
||||
PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/..")
|
||||
Loading…
Add table
Add a link
Reference in a new issue