Skip to content

YichenWu11/cmake-proj-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to import 3rdparty

  • IF USE VCPKG IN WIN32
    • using vcpkg to install it
    • set the ENV_VAR ---> VCPKG_ROOT and VCPKG_DEFAULT_TRIPLET
    • set the XXX_DIR
      • such as set(TBB_DIR $ENV{VCPKG_ROOT}/installed/x64-windows/share/tbb CACHE STRING "")
  • find_package and target_link_libraries

SetUp

  // Linux[Ubuntu]
  sudo apt-get install libtbb-dev
  sudo apt-get install libbenchmark-dev

  // Windows[vcpkg]
  vcpkg install tbb:x64-windows
  vcpkg install benchmark:x64-windows

About

cmake project template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published