Skip to content

Commit

Permalink
Add path for VS
Browse files Browse the repository at this point in the history
  • Loading branch information
a committed Sep 22, 2023
1 parent 4110110 commit 9e00e3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
include(GNUInstallDirs)
if (CMAKE_GENERATOR MATCHES "Visual Studio")
set(OQS_PROV_BINARY_DIR ${CMAKE_BINARY_DIR}/lib/Debug)
else()
set(OQS_PROV_BINARY_DIR ${CMAKE_BINARY_DIR}/lib)
endif()

add_test(
NAME oqs_signatures
Expand Down

0 comments on commit 9e00e3e

Please sign in to comment.