Skip to content

Commit

Permalink
Add Matlab examples as well as license files (issue #491).
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoconni committed Nov 8, 2021
1 parent b90b4eb commit 131517f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions JSBSim.iss.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ WizardSmallImageFile=small\*.bmp

[Components]
Name: "JSBSim"; Description: "JSBSim executable"; Types: full compact
Name: "data"; Description: "JSBSim scripts and aircraft data"; Types: full
Name: "data"; Description: "JSBSim aircraft data and example scripts"; Types: full
Name: "aeromatic"; Description: "Aeromatic++ executable"; Types: full compact
Name: "aeromatic/samples"; Description: "Aeromatic++ samples"; Types: full
Name: "devfiles"; Description: "JSBSim development files (headers and C++ library)"; Types: full
Name: "devfiles\matlab"; Description: "JSBSim files to build an interface to Matlab"; Types: full
Name: "devfiles\matlab"; Description: "Files to build a JSBSim S-Function for Matlab"; Types: full

[Files]
Source: "${CMAKE_BINARY_DIR}\src\JSBSim.exe"; DestDir: "{app}"; Components: JSBSim
Source: "${CMAKE_SOURCE_DIR}\COPYING"; DestDir: "{app}"; Components: JSBSim devfiles
Source: "${CMAKE_BINARY_DIR}\utils\aeromatic++\aeromatic.exe"; DestDir: "{app}\aeromatic++"; Components: aeromatic
Source: "${CMAKE_BINARY_DIR}\msvcp*.dll"; DestDir: "{app}"; Components: JSBSim aeromatic
Source: "${CMAKE_SOURCE_DIR}\aircraft\*.xml"; DestDir: "{app}\aircraft"; Flags: recursesubdirs; Components: data
Expand All @@ -35,3 +36,6 @@ Source: "${CMAKE_SOURCE_DIR}\src\*.hxx"; DestDir: "{app}\include"; Flags: recurs
Source: "${CMAKE_SOURCE_DIR}\matlab\*.cpp"; DestDir: "{app}\matlab"; Components: devfiles\matlab
Source: "${CMAKE_SOURCE_DIR}\matlab\*.h"; DestDir: "{app}\matlab"; Components: devfiles\matlab
Source: "${CMAKE_SOURCE_DIR}\matlab\JSBSimSimulinkCompile.m"; DestDir: "{app}\matlab"; Components: devfiles\matlab
Source: "${CMAKE_SOURCE_DIR}\matlab\TestJSBSim.m"; DestDir: "{app}\matlab"; Components: devfiles\matlab
Source: "${CMAKE_SOURCE_DIR}\matlab\ex737cruise.slx"; DestDir: "{app}\matlab"; Components: devfiles\matlab
Source: "${CMAKE_SOURCE_DIR}\matlab\readme.txt"; DestDir: "{app}\matlab"; Components: devfiles\matlab

0 comments on commit 131517f

Please sign in to comment.