mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
13 lines
297 B
CMake
13 lines
297 B
CMake
add_library(LaunchAPPLCommon
|
|
Stream.h
|
|
Stream.cc
|
|
ReliableStream.h
|
|
ReliableStream.cc
|
|
CRC32.h
|
|
UnreliableStream.h
|
|
)
|
|
target_include_directories(LaunchAPPLCommon PUBLIC .)
|
|
|
|
add_executable(TestLaunchAPPLCommon Test.cc)
|
|
target_link_libraries(TestLaunchAPPLCommon LaunchAPPLCommon)
|