mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-01-20 10:44:05 -05:00
2 lines
209 B
Plaintext
Executable File
2 lines
209 B
Plaintext
Executable File
g++ -std=c++14 -I /usr/local/Cellar/openssl/1.0.2j/include/ -I /Users/amuralid/dev_test/cpp-jwt/include/ -o test_jwt_encode test_jwt_encode.cc -L /usr/local/Cellar//openssl/1.0.2j/lib/ -lssl -lcrypto -lgtest
|