pdf2htmlEX/dobuildClang

5 lines
56 B
Plaintext
Executable File

mkdir build
cd build
CC=clang CXX=clang++ cmake ..
make