Skip to content

Commit

Permalink
freetype lib path
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBuchananCompPhys committed Dec 12, 2024
1 parent 70773a0 commit 6b78c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion develop.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ if (-not $release) {

Set-Location -Path $ftglBuildDir

cmake ../$ftglRepo -G "Visual Studio 17 2022" -A x64 -DCMAKE_BUILD_TYPE:STRING=$build -DCMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=cl -DCMAKE_INSTALL_PREFIX:path=../$ftglInstall -DFREETYPE_LIBRARY="../$freetypeInstall/lib" -DFREETYPE_INCLUDE_DIRS="$(Join-Path -Path $projectDir -ChildPath $freetypeInstallDir)\include\freetype2"
cmake ../$ftglRepo -G "Visual Studio 17 2022" -A x64 -DCMAKE_BUILD_TYPE:STRING=$build -DCMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=cl -DCMAKE_INSTALL_PREFIX:path=../$ftglInstall -DFREETYPE_LIBRARY="$(Join-Path -Path $freetypeLibPath -ChildPath "freetype.lib")" -DFREETYPE_INCLUDE_DIRS="$(Join-Path -Path $projectDir -ChildPath $freetypeInstallDir)\include\freetype2"
cmake --build . --target install --config $build

$ftglLib = "$ftglInstall\lib"
Expand Down

0 comments on commit 6b78c69

Please sign in to comment.