Skip to content

Commit 7c84128

Browse files
ThunderLibraries Moved to Thunder extension (#47)
Co-authored-by: Mateusz Daniluk <[email protected]>
1 parent 876d77d commit 7c84128

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+4
-20912
lines changed

Source/CMakeLists.txt

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,10 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717

18-
option(BLUETOOTH
19-
"Include the bluetooth library." OFF)
20-
option(BROADCAST
21-
"Include the broadcasting library." OFF)
18+
option(ASCONNECTOR
19+
"Include the asconnector library." OFF)
2220

23-
if(BLUETOOTH)
24-
add_subdirectory(bluetooth)
25-
endif()
26-
27-
if(BROADCAST)
28-
add_subdirectory(broadcast)
21+
if(ASCONNECTOR)
22+
add_subdirectory(asconnector)
2923
endif()
3024

Source/bluetooth/BluetoothUtils.cpp

Lines changed: 0 additions & 218 deletions
This file was deleted.

Source/bluetooth/BluetoothUtils.h

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)