mirror of
https://gitlab.com/manzerbredes/cgeditor.git
synced 2025-04-06 10:06:27 +02:00
7 lines
218 B
Text
7 lines
218 B
Text
![]() |
|
||
|
find_package(wxWidgets COMPONENTS core base REQUIRED)
|
||
|
|
||
|
include(${wxWidgets_USE_FILE})
|
||
|
add_executable(wxwidgets_example main.cpp MyHalfMove.cpp)
|
||
|
target_link_libraries(wxwidgets_example cgeditor ${wxWidgets_LIBRARIES})
|