mirror of
https://github.com/AxioDL/jbus.git
synced 2025-12-08 05:05:03 +00:00
Use /lib rather than /src
This commit is contained in:
@@ -5,8 +5,8 @@ include_directories(include)
|
||||
add_library(jbus
|
||||
include/jbus/optional.hpp
|
||||
include/jbus/Socket.hpp
|
||||
src/Common.cpp include/jbus/Common.hpp
|
||||
src/Endpoint.cpp include/jbus/Endpoint.hpp
|
||||
src/Listener.cpp include/jbus/Listener.hpp)
|
||||
lib/Common.cpp include/jbus/Common.hpp
|
||||
lib/Endpoint.cpp include/jbus/Endpoint.hpp
|
||||
lib/Listener.cpp include/jbus/Listener.hpp)
|
||||
add_executable(joyboot tools/joyboot.cpp)
|
||||
target_link_libraries(joyboot jbus)
|
||||
|
||||
Reference in New Issue
Block a user