Skip to content

Commit

Permalink
conan
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Aug 25, 2023
1 parent a456b34 commit e771cdd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lcviewernoqt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ find_package(Eigen3 REQUIRED)
if( CMAKE_COMPILER_IS_GNUCXX)
include_directories( SYSTEM ${EIGEN3_INCLUDE_DIR})
else ()
find_package(glew REQUIRED PATHS ..)
find_package(Eigen3 REQUIRED PATHS ..)
include_directories( ${EIGEN3_INCLUDE_DIR})
endif ()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,11 @@ if NOT %errorlevel% == "0" (
conan profile update settings.compiler.version=16 default
conan install .. -s build_type=RelWithDebInfo --build missing
)
echo %cd%
echo %cd%
dir
cd generators
echo %cd%
echo %cd%
dir
popd

0 comments on commit e771cdd

Please sign in to comment.