Explorar el Código

Update tests CMakeLists.txt

Daniele Bartolini hace 13 años
padre
commit
d3937e1a16
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      tests/CMakeLists.txt

+ 4 - 1
tests/CMakeLists.txt

@@ -10,6 +10,8 @@ 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)
 
 
 target_link_libraries(allocators crown)
@@ -17,4 +19,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)