summaryrefslogtreecommitdiff
path: root/SA_POP/Standalone/SAPOP_Demo.mpc
blob: ec49404f256a0fd33a5724d5239bf70b5b7aa8a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
project(SA_POP_Demo) : xerces, aceexe, sapop_core_standalone {
  exename = SA_POP_Demo

  Source_Files {
    SA_POP_Demo.cpp
    UserInput.cpp
  }

  Inline_Files {
  }

  Header_Files {
    UserInput.h
  }

  Documentation_Files {
    readme.txt
  }
}