Browse Source

[cmake] add library directories

pull/1345/head
xoviat GitHub 8 years ago
parent
commit
f12152b9ea
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      CMakeLists.txt

+ 3
- 0
CMakeLists.txt View File

@@ -9,6 +9,9 @@ set(OpenBLAS_MINOR_VERSION 3)
set(OpenBLAS_PATCH_VERSION 0.dev)
set(OpenBLAS_VERSION "${OpenBLAS_MAJOR_VERSION}.${OpenBLAS_MINOR_VERSION}.${OpenBLAS_PATCH_VERSION}")

link_directories("C:/Miniconda36-x64/Library")
link_directories("C:/Miniconda36-x64/Library/lib")

# Adhere to GNU filesystem layout conventions
include(GNUInstallDirs)



Loading…
Cancel
Save