HDLCd-Tools
src/hdlcd-suspender/CMakeLists.txt File Reference

Functions

 set (Boost_USE_STATIC_LIBS OFF) set(Boost_USE_MULTITHREADED ON) set(Boost_USE_STATIC_RUNTIME OFF) find_package(Boost REQUIRED COMPONENTS system signals program_options regex) include_directories($
 
 include_directories ("${PROJECT_SOURCE_DIR}/src/shared") find_package(Threads) add_executable(hdlcd-suspender main-hdlcd-suspender.cpp) if(WIN32) set(ADDITIONAL_LIBRARIES wsock32 ws2_32) else() set(ADDITIONAL_LIBRARIES"") endif() target_link_libraries(hdlcd-suspender $
 

Function Documentation

include_directories ( "${PROJECT_SOURCE_DIR}/src/shared"  )

Definition at line 6 of file CMakeLists.txt.

set ( Boost_USE_STATIC_LIBS  OFF)

Definition at line 1 of file CMakeLists.txt.