Selaa lähdekoodia

Update tests/CMakeLists.txt

Daniele Bartolini 13 vuotta sitten
vanhempi
sitoutus
3a2178f0db
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      tests/CMakeLists.txt

+ 2 - 2
tests/CMakeLists.txt

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