9 lines
148 B
CMake
9 lines
148 B
CMake
set(SOURCES
|
|
datetime.cpp
|
|
base64.cpp
|
|
strings.cpp
|
|
macro_test.cpp
|
|
nonce_generator_tests.cpp
|
|
)
|
|
|
|
add_casablanca_test(${LIB}utils_test SOURCES)
|