CMakeLists.txt 353 B

1234567891011
  1. add_subdirectory("examples_common")
  2. add_subdirectory("addressbook")
  3. add_subdirectory("addressbookserver")
  4. configure_file(client_server_driver.sh.in addressbook_driver.sh @ONLY)
  5. add_subdirectory("simplechat")
  6. add_subdirectory("simplechatserver")
  7. configure_file(client_server_driver.sh.in simplechat_driver.sh @ONLY)
  8. add_subdirectory("clienttutorial")