Skip to content
Snippets Groups Projects
Select Git revision
  • 1adb4c65626512950835fa21cdc09d93d6b56f3d
  • main default protected
2 results

literature-tania

if you want to use a debugger

cmake -DCMAKE_BUILD_TYPE=Debug ..

if you want the binaries to be installed in a special directory

cmake -DCMAKE_INSTALL_PREFIX:PATH=absolute_path_to_directory_where_binaries_will_be_copied ..