|
|
@@ -11,7 +11,7 @@ add_executable(messages messages.cpp)
|
|
|
add_executable(compressors compressors.cpp)
|
|
|
add_executable(connections connections.cpp)
|
|
|
add_executable(streams streams.cpp)
|
|
|
-add_executable(strings strings.cpp)
|
|
|
+add_executable(paths paths.cpp)
|
|
|
|
|
|
|
|
|
target_link_libraries(allocators crown)
|
|
|
@@ -20,4 +20,4 @@ target_link_libraries(messages crown)
|
|
|
target_link_libraries(compressors crown)
|
|
|
target_link_libraries(connections crown)
|
|
|
target_link_libraries(streams crown)
|
|
|
-target_link_libraries(strings crown)
|
|
|
+target_link_libraries(paths crown)
|