9 lines
101 B
CMake
9 lines
101 B
CMake
add_library(utils STATIC
|
|
Log.cpp
|
|
CLI.cpp
|
|
)
|
|
|
|
target_link_libraries(utils PUBLIC
|
|
build_options
|
|
)
|