Retro68/LaunchAPPL/Common/CMakeLists.txt

6 lines
112 B
CMake
Raw Normal View History

2018-04-20 22:03:29 +00:00
add_library(LaunchAPPLCommon
Stream.h
Stream.cc
)
target_include_directories(LaunchAPPLCommon PUBLIC .)