9bc219ee14
About Shared Library (shared) and Module Library (module) type of cmake target INSTALL command has different behaviour for ARCHIVE LIBRARY RUNTIME depending on the platform
9 lines
107 B
Bash
Executable file
9 lines
107 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rm -rf html/nel
|
|
WORKDIR=$(pwd)
|
|
|
|
cd ..
|
|
export CURDIR=$(pwd)
|
|
cd $WORKDIR
|
|
doxygen nel.dox -DCURDIR
|