Smallcase folders part 1
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
message(STATUS "·Configuring Model")
|
||||
|
||||
add_library(Model
|
||||
HostRegistry.cpp
|
||||
)
|
||||
|
||||
add_library(Model::All ALIAS Model)
|
||||
|
||||
target_link_libraries(Model
|
||||
PRIVATE
|
||||
Metrics::All
|
||||
)
|
||||
|
||||
target_include_directories(Model
|
||||
PUBLIC
|
||||
${INCLUDE_BASE_DIR}
|
||||
)
|
||||
Reference in New Issue
Block a user