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.
 
 
 
 
 
 

19 line
195 B

  1. include_directories(. .. ../../include)
  2. add_library(
  3. bytestring
  4. OBJECT
  5. cbs.c
  6. cbb.c
  7. )
  8. add_executable(
  9. bytestring_test
  10. bytestring_test.c
  11. )
  12. target_link_libraries(bytestring_test crypto)