Skip to content

Commit

Permalink
Configure linker to find libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Sep 23, 2023
1 parent 6949726 commit f13f6b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ cmake_policy(SET CMP0048 NEW)
project(hdrbg VERSION 1.0.0 DESCRIPTION "C implementation of Hash DRBG")
include(GNUInstallDirs)

set(CMAKE_VERBOSE_MAKEFILE ON)
set(CMAKE_C_EXTENSIONS OFF)
set(CMAKE_C_STANDARD 17)
set(CMAKE_C_STANDARD_REQUIRED TRUE)
Expand Down
1 change: 1 addition & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ fi
mkdir -p build && cd build
cmake ..
sudo make --jobs=4 install
sudo ldconfig

0 comments on commit f13f6b3

Please sign in to comment.