|
|
@@ -9,7 +9,6 @@ add_executable(containers containers.cpp)
|
|
|
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)
|
|
|
|
|
|
@@ -19,6 +18,5 @@ target_link_libraries(containers crown)
|
|
|
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)
|