Add package list component
This commit is contained in:
@@ -14,7 +14,7 @@ FetchContent_Declare(toml11
|
||||
)
|
||||
FetchContent_MakeAvailable(toml11)
|
||||
|
||||
add_executable(katja-cli main.cpp component.hpp component.cpp)
|
||||
add_executable(katja-cli main.cpp component.hpp component.cpp page.hpp page.cpp)
|
||||
target_include_directories(katja-cli PRIVATE ${Boost_INCLUDE_DIR})
|
||||
target_link_libraries(katja-cli
|
||||
LINK_PUBLIC katja
|
||||
|
Reference in New Issue
Block a user