File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ find_package(Threads)
5
5
configure_file (version .cpp.in version .cpp )
6
6
7
7
add_library (cpp-terminal-private STATIC "${CMAKE_CURRENT_BINARY_DIR} /version.cpp" return_code.cpp file_initializer.cpp exception.cpp unicode.cpp conversion.cpp args.cpp terminal_impl.cpp tty.cpp terminfo.cpp input .cpp screen.cpp cursor.cpp file .cpp env.cpp blocking_queue.cpp sigwinch.cpp )
8
- target_link_libraries (cpp-terminal-private PRIVATE Warnings::Warnings PUBLIC Threads::Threads )
8
+ target_link_libraries (cpp-terminal-private PRIVATE Warnings::Warnings cpp-terminal::cpp-terminal PUBLIC Threads::Threads )
9
9
target_compile_options (cpp-terminal-private PRIVATE $< $< CXX_COMPILER_ID:MSVC> :/utf-8 /wd4668 /wd4514> )
10
10
target_include_directories (cpp-terminal-private PRIVATE $< BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} > $< BUILD_INTERFACE:${PROJECT_SOURCE_DIR} > $< BUILD_INTERFACE:${PROJECT_BINARY_DIR} > $< INSTALL_INTERFACE:include> )
11
11
add_library (cpp-terminal::cpp-terminal-private ALIAS cpp-terminal-private )
You can’t perform that action at this time.
0 commit comments