You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CMakeLists.txt 264B

12345678910
  1. include_directories(${CMAKE_SOURCE_DIR}/common)
  2. add_executable(conv conv.cxx)
  3. target_link_libraries(conv rfb)
  4. add_executable(convertlf convertlf.cxx)
  5. target_link_libraries(convertlf rfb)
  6. add_executable(hostport hostport.cxx)
  7. target_link_libraries(hostport rfb)