-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Labels
Description
I used cmake to install C:\ensmallen-master\armadillo-15.2.3
-> C:\ensmallen-master\armadillo-15.2.3\armadillo_bits
I donwloaded
LAPACK.lib
LAPACKd.lib
in C:\ensmallen-master
then with cmake I built emsallen-master:
ARMADILLO_INCLUDE_DIR C:/ensmallen-master/armadillo-15.2.3
mkl_lapck_LIBRARY C:/ensmallen-master/LAPACK.lib
configure
generate
Then I created a new project in VS17.11.231.19466 (Visual C++ 2022)
I copied example in main.cpp
I added
C:\ensmallen-master\include
C:\ensmallen-master\armadillo-15.2.3\include
in 'project/properties/C/C++/other include folders'
Then Run (release mode)
-> 30 LNK2001 errors