CMakeLists.txt 317 B

123456789
  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)