CMakeLists.txt 144 B

1234567
  1. aux_source_directory(. WARAPPER_SRCS)
  2. add_library("wrapper" ${CMAKE_LIB_TYPE} ${WARAPPER_SRCS})
  3. target_link_libraries("wrapper" "platform")