Skip to content

Commit 92a9802

Browse files
committed
Merge branch 'main' into Version2
2 parents a27f458 + 60df0ff commit 92a9802

File tree

3 files changed

+0
-30
lines changed

3 files changed

+0
-30
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,4 +461,3 @@ _deps
461461
build
462462
TestFiles/
463463
.vscode
464-
tools/CursorLockerRelease

CMakeLists.txt

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,3 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/${CMAKE_BUILD_TYPE})
1414
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/${CMAKE_BUILD_TYPE})
1515

1616
add_subdirectory(src)
17-
18-
# install(
19-
# TARGETS BitCore
20-
# CONFIGURATIONS Release
21-
# RUNTIME DESTINATION bin
22-
# LIBRARY DESTINATION lib
23-
# ARCHIVE DESTINATION lib
24-
# )
25-
26-
# install(
27-
# DIRECTORY BitCore/include/
28-
# CONFIGURATIONS Release
29-
# DESTINATION include
30-
# PATTERN "*.h"
31-
# PERMISSIONS WORLD_READ
32-
# )

tools/CreateReleaseFolder.bat

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

0 commit comments

Comments
 (0)