CMakeLists.txt 266 B

12345678910
  1. WT_ADD_EXAMPLE(video.wt video.C)
  2. #
  3. # If you have Wt installed somehwere, you should use the
  4. # installed Wt header files for your own Wt projects.
  5. # e.g. INCLUDE_DIRECTORIES(/usr/local/include)
  6. # instead of the following:
  7. #
  8. INCLUDE_DIRECTORIES(${WT_SOURCE_DIR}/src)