mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-05-30 10:59:30 -04:00
feat: Add settings page for providers (#353)
This commit is contained in:
12
sources/tomlSerializer/CMakeLists.txt
Normal file
12
sources/tomlSerializer/CMakeLists.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
add_library(TomlSerializer STATIC
|
||||
TomlWriter.hpp TomlWriter.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(TomlSerializer
|
||||
PUBLIC
|
||||
Qt::Core
|
||||
)
|
||||
|
||||
target_include_directories(TomlSerializer
|
||||
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
)
|
||||
Reference in New Issue
Block a user