Skip to content

Commit

Permalink
build: fixes cmake config after other PR changed and removed files. (f…
Browse files Browse the repository at this point in the history
…lybywiresim#9082)

* fixes cmake config after other PR changed and removed files.

* removed duplication
  • Loading branch information
frankkopp authored Oct 17, 2024
1 parent 7efefb8 commit 307c71b
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions fbw-a380x/src/wasm/fbw_a380/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ add_executable(flybywire-a380x-fbw
${FBW_ROOT}/fbw-common/src/wasm/fbw_common/src/ThrottleAxisMapping.cpp
${FBW_ROOT}/fbw-common/src/wasm/fbw_common/src/InterpolatingLookupTable.cpp
src/interface/SimConnectInterface.cpp
# src/elac/Elac.cpp
src/sec/Sec.cpp
# src/fcdc/Fcdc.cpp
src/fac/Fac.cpp
src/failures/FailuresConsumer.cpp
src/utils/ConfirmNode.cpp
Expand All @@ -52,36 +50,24 @@ add_executable(flybywire-a380x-fbw
src/model/Autothrust_data.cpp
src/model/Autothrust.cpp
src/model/Double2MultiWord.cpp
# src/model/ElacComputer_data.cpp
# src/model/ElacComputer.cpp
# src/model/SecComputer_data.cpp
# src/model/SecComputer.cpp
# src/model/PitchNormalLaw.cpp
# src/model/PitchAlternateLaw.cpp
# src/model/PitchDirectLaw.cpp
# src/model/LateralNormalLaw.cpp
# src/model/LateralDirectLaw.cpp
src/model/FacComputer_data.cpp
src/model/FacComputer.cpp
src/model/binsearch_u32d.cpp
src/model/intrp3d_l_pw.cpp
src/model/look1_binlxpw.cpp
src/model/look2_binlcpw.cpp
src/model/look2_binlxpw.cpp
src/model/look2_pbinlxpw.cpp
src/model/maximum_Abpa9SzA.cpp
src/model/mod_2RcCQkwc.cpp
src/model/mod_mvZvttxs.cpp
src/model/mod_OlzklkXq.cpp
src/model/MultiWordIor.cpp
src/model/plook_binx.cpp
src/model/rt_modd.cpp
src/model/rt_remd.cpp
src/model/uMultiWord2Double.cpp
src/FlyByWireInterface.cpp
src/FlightDataRecorder.cpp
# src/Arinc429.cpp
src/Arinc429Utils.cpp
src/SpoilersHandler.cpp
src/CalculatedRadioReceiver.cpp
src/main.cpp
)
)

0 comments on commit 307c71b

Please sign in to comment.