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.
 
 
 
 
 
 

10 regels
132 B

  1. add_subdirectory(cast)
  2. add_subdirectory(blowfish)
  3. add_library(
  4. decrepit
  5. $<TARGET_OBJECTS:cast>
  6. $<TARGET_OBJECTS:blowfish>
  7. )