Skip to content
Snippets Groups Projects
Commit b56c5bd4 authored by Heldmann, Tim's avatar Heldmann, Tim
Browse files

Add spdlogPath (not-needed) and specify resource dir

parent 5221656d
No related branches found
No related tags found
No related merge requests found
......@@ -42,5 +42,6 @@ git clone git@git.rwth-aachen.de:tim.heldmann/CTUApex.git
cd CTUApex
mkdir build
cd build
cmake -G "Unix Makefiles" -Dmetacg_DIR=$(realpath ../../metacg/install/lib64/cmake/metacg)
cmake -Dmetacg_DIR=$(realpath ../../metacg/install/lib/cmake/metacg) \
-Dspdlog_DIR=$(realpath ../../metacg/install/lib/cmake/spdlog) -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ..
make -j 64
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment