File tree Expand file tree Collapse file tree 2 files changed +3
-26
lines changed
backtesting-engine-cpp.xcodeproj/project.xcworkspace/xcuserdata/ryan.xcuserdatad Expand file tree Collapse file tree 2 files changed +3
-26
lines changed Original file line number Diff line number Diff line change 4141```
4242
4343Xcode - Link Binary with Libraries (Source & Test)
44+
4445````
4546./build/external/libpqxx/src/libpqxx-7.10.a
4647```
4748
4849Xcode - Headers Path (for libpqxx and nlohmann/json)
50+
4951```
5052"$(SRCROOT)/external/libpqxx/include/pqxx/internal"
5153"$(SRCROOT)/external/libpqxx/include/"
5254"$(SRCROOT)/external/"
5355```
5456
5557Xcode - Library Path
58+
5659```
5760"$(SRCROOT)/external/libpqxx/src"
5861"$(SRCROOT)/build/external/libpqxx/src"
@@ -71,31 +74,5 @@ Xcode - Library Path
7174
7275`sh ./scripts/test.sh`
7376
74- ### Project Structure
75-
76- ```bash
77- project/
78- .
79- ├── CMakeLists.txt
80- ├── include
81- │ ├── Account.h
82- │ ├── CSVParser.h
83- │ ├── PriceRecord.h
84- │ ├── Strategies
85- │ │ └── SimpleMovingAverageStrategy.h
86- │ └── Strategy.h
87- ├── readme.md
88- ├── resources
89- ├── run.sh
90- └── src
91- ├── Account.cpp
92- ├── FileManagement
93- │ ├── CSVParser.cpp
94- │ └── PriceRecord.cpp
95- ├── Strategies
96- │ └── SimpleMovingAverageStrategy.cpp
97- └── program.cpp
98- ```
99-
10077### License
10178[MIT](https://choosealicense.com/licenses/mit/)
You can’t perform that action at this time.
0 commit comments