File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- project (codal-microbit)
1
+ project (codal-microbit-v2 )
2
2
3
3
# Actually merge our multiple configs into a single set of values so we can query them easily.
4
4
# Note: This will be removed when we move to a library-ified version of the build system
@@ -54,10 +54,10 @@ set(CMAKE_SYSTEM_PROCESSOR "armv7-m" PARENT_SCOPE)
54
54
include_directories (${INCLUDE_DIRS} )
55
55
56
56
# create our target
57
- add_library (codal-microbit ${SOURCE_FILES} )
57
+ add_library (codal-microbit-v2 ${SOURCE_FILES} )
58
58
59
59
target_link_libraries (
60
- codal-microbit
60
+ codal-microbit-v2
61
61
codal-nrf52
62
62
codal-core
63
63
codal-microbit-nrf5sdk
@@ -66,4 +66,4 @@ target_link_libraries(
66
66
)
67
67
68
68
# expose it to parent cmake.
69
- target_include_directories (codal-microbit PUBLIC ${INCLUDE_DIRS} )
69
+ target_include_directories (codal-microbit-v2 PUBLIC ${INCLUDE_DIRS} )
You can’t perform that action at this time.
0 commit comments