Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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)