diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-12 19:13:34 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-12 19:13:34 +0100 |
| commit | a359219e33fdf3afb5ddfbb084563054a947b106 (patch) | |
| tree | 91dab9c21321f73152993183cd6e8cf4a04017f8 /examples/wxWidgets/CMakeLists.txt | |
Create project
Diffstat (limited to 'examples/wxWidgets/CMakeLists.txt')
| -rw-r--r-- | examples/wxWidgets/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/wxWidgets/CMakeLists.txt b/examples/wxWidgets/CMakeLists.txt new file mode 100644 index 0000000..af76025 --- /dev/null +++ b/examples/wxWidgets/CMakeLists.txt @@ -0,0 +1,6 @@ + +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}) |
