Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
cd6771646aa56e8a791105b335fc8bce309daa85
/
.
/
Tests
/
FindGTK2
/
gmodule
/
CMakeLists.txt
blob: 9c686a679fa5081fc806eb6e69e71db56a5adf32 [
file
]
cmake_minimum_required(VERSION 3.5)
project(gmodule C)
find_package(GTK2 COMPONENTS gtk REQUIRED)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
add_executable(gmodule WIN32 main.c)
target_link_libraries(gmodule GTK2::gmodule)