Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
zzjjzzgggg committed Dec 25, 2019
1 parent 6c1a392 commit 4eed550
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 143 deletions.
141 changes: 0 additions & 141 deletions FindCPPLIB.cmake

This file was deleted.

8 changes: 6 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
git clone --recursive [email protected]:zzjjzzgggg/cpplib.git
#+end_src

In your project ~CMakeLists.txt~, just tell cmake where to find the library.
Tell ~cmake~ where to find the library. This requires another repository ~cmake~.
#+begin_src shell
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} $ENV{GIT_REPO}/cpplib)
git clone --recursive [email protected]:zzjjzzgggg/cmake.git
#+end_src
Then add following line in your project ~CMakeLists.txt~.
#+begin_src shell
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} $ENV{GIT_REPO}/cmake)
#+end_src

0 comments on commit 4eed550

Please sign in to comment.