mirror of
https://github.com/preble/libpinproc
synced 2026-02-24 18:25:23 +01:00
@@ -252,18 +252,18 @@ if(PINPROC_BUILD_TOOLS)
|
|||||||
# Create a target for the test tool
|
# Create a target for the test tool
|
||||||
#TODO: use add_subdirectory() and separate CMakeLists.txt (like yaml-cpp)
|
#TODO: use add_subdirectory() and separate CMakeLists.txt (like yaml-cpp)
|
||||||
# see http://www.cmake.org/cmake/help/cmake-2-8-docs.html#command:add_subdirectory
|
# see http://www.cmake.org/cmake/help/cmake-2-8-docs.html#command:add_subdirectory
|
||||||
#add_executable(pinproctest
|
add_executable(pinproctest
|
||||||
# examples/pinproctest/pinproctest.cpp
|
examples/pinproctest/pinproctest.cpp
|
||||||
# examples/pinproctest/drivers.cpp
|
examples/pinproctest/drivers.cpp
|
||||||
# examples/pinproctest/dmd.cpp
|
examples/pinproctest/dmd.cpp
|
||||||
# examples/pinproctest/switches.cpp
|
examples/pinproctest/switches.cpp
|
||||||
# examples/pinproctest/alphanumeric.cpp
|
examples/pinproctest/alphanumeric.cpp
|
||||||
#)
|
)
|
||||||
#target_link_libraries(pinproctest
|
target_link_libraries(pinproctest
|
||||||
# pinproc
|
pinproc
|
||||||
# optimized ${YAML_CPP_LIB}
|
optimized ${YAML_CPP_LIB}
|
||||||
# debug ${YAML_CPP_LIB_DBG}
|
debug ${YAML_CPP_LIB_DBG}
|
||||||
#)
|
)
|
||||||
|
|
||||||
# Create a target for the firmware tool
|
# Create a target for the firmware tool
|
||||||
#TODO: use add_subdirectory() and separate CMakeLists.txt (like yaml-cpp)
|
#TODO: use add_subdirectory() and separate CMakeLists.txt (like yaml-cpp)
|
||||||
|
|||||||
Reference in New Issue
Block a user