Add cairo interface.
This commit is contained in:
parent
a03eb9599f
commit
9bcc0ae88e
63 changed files with 1247 additions and 450 deletions
|
@ -7,6 +7,7 @@ target_include_directories(sample_gui PUBLIC
|
|||
target_link_libraries(sample_gui PUBLIC client windows console core
|
||||
network database geometry audio web)
|
||||
|
||||
if(WIN32)
|
||||
add_executable(sample_gui_win WIN32 gui-main-win.cpp)
|
||||
target_include_directories(sample_gui PUBLIC
|
||||
"${PROJECT_SOURCE_DIR}/src/console"
|
||||
|
@ -14,6 +15,8 @@ target_include_directories(sample_gui PUBLIC
|
|||
)
|
||||
target_link_libraries(sample_gui_win PUBLIC client windows console core
|
||||
network database geometry audio web)
|
||||
set_property(TARGET sample_gui_win PROPERTY FOLDER apps)
|
||||
endif()
|
||||
|
||||
# Sample Console
|
||||
add_executable(sample_console console-main.cpp)
|
||||
|
@ -33,5 +36,4 @@ target_link_libraries(xml_practice PUBLIC core web)
|
|||
|
||||
set_property(TARGET sample_console PROPERTY FOLDER apps)
|
||||
set_property(TARGET sample_gui PROPERTY FOLDER apps)
|
||||
set_property(TARGET sample_gui_win PROPERTY FOLDER apps)
|
||||
set_property(TARGET xml_practice PROPERTY FOLDER apps)
|
Loading…
Add table
Add a link
Reference in a new issue