25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
242 B

  1. echo ""
  2. echo "----------------------"
  3. echo " compiling libslime "
  4. echo "----------------------"
  5. echo ""
  6. clang++ --std=c++17 \
  7. main.cpp -o main \
  8. -I../../3rd/ \
  9. -I../../src/ \
  10. -I../../include/ \