Skip to content

Commit

Permalink
Add new files to new CMake build systen
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Apr 12, 2024
1 parent bb82909 commit 0315eae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/assetloading/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ target_sources(
"geometryfilter/AbstractGeometryFilter.cpp"
"geometryfilter/WavefrontObjCache.cpp"
"geometryfilter/ScaleFilter.cpp"
"geometryfilter/NullGeometryFilter.cpp"
"XmlSceneLoader.cpp"
"LadLutLoader.cpp"
"MaterialsFileReader.cpp"
Expand All @@ -29,4 +30,5 @@ target_sources(
"XmlUtils.cpp"
"Asset.cpp"
"XmlAssetsLoader.cpp"
"SwapOnRepeatHandler.cpp"
)
1 change: 1 addition & 0 deletions src/sim/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ target_sources(
PRIVATE
"tools/DiscreteTime.cpp"
"comps/Leg.cpp"
"comps/SimulationPlayer.cpp"
"comps/SimulationReporter.cpp"
"comps/Survey.cpp"
"comps/ScanningStrip.cpp"
Expand Down

0 comments on commit 0315eae

Please sign in to comment.