File tree 6 files changed +6
-207
lines changed
6 files changed +6
-207
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ class DLL_PUBLIC CCPCDisc
143
143
};
144
144
145
145
// ! Define data of a whole track
146
- class CTrack
146
+ class DLL_PUBLIC CTrack
147
147
{
148
148
public:
149
149
// ! Track data
Original file line number Diff line number Diff line change @@ -4,9 +4,13 @@ add_subdirectory(cpcfs)
4
4
add_subdirectory (damsConverter)
5
5
add_subdirectory (dataLinker)
6
6
7
+ add_executable (cpcDSK cpcDSK.cpp)
8
+ target_link_libraries (cpcDSK cpc tools)
9
+
7
10
add_executable (createSnapshot createSnapshot.cpp)
8
11
target_link_libraries (createSnapshot cpc tools)
9
12
10
13
add_executable (dataDBGenerator dataDBGenerator.cpp)
11
14
target_link_libraries (dataDBGenerator tools)
12
- install (TARGETS createSnapshot dataDBGenerator RUNTIME DESTINATION bin)
15
+
16
+ install (TARGETS cpcDSK createSnapshot dataDBGenerator RUNTIME DESTINATION bin)
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments