Skip to content

ianpatt/f4se

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1101203 · Nov 3, 2024
Jan 17, 2021
Nov 3, 2024
May 28, 2024
Nov 3, 2024
Nov 3, 2024
Nov 3, 2024
Nov 15, 2020
Nov 7, 2020
May 10, 2024
Aug 6, 2022
Apr 27, 2024
Apr 30, 2024
Nov 7, 2020
May 22, 2024
Nov 15, 2020
Nov 3, 2024
Nov 3, 2024

Repository files navigation

testbuild

Building

git clone https://github.com/ianpatt/common
git clone https://github.com/ianpatt/f4se
cmake -B common/build -S common -DCMAKE_INSTALL_PREFIX=extern common
cmake --build common/build --config Release --target install
cmake -B f4se/build -S f4se -DCMAKE_INSTALL_PREFIX=extern f4se
cmake --build f4se/build --config Release

Solution will be generated at f4se/build/umbrella.sln.