gtk-hello added
This commit is contained in:
parent
4c740cf048
commit
b786c18961
|
@ -1,4 +1,4 @@
|
|||
project (gtkmm_Hello)
|
||||
project (gtk_hello)
|
||||
|
||||
cmake_minimum_required (VERSION 2.6)
|
||||
|
||||
|
@ -11,5 +11,5 @@ link_directories (${GTK2_LIBRARY_DIRS})
|
|||
add_definitions (${GTK2_CFLAGS_OTHER})
|
||||
|
||||
# add the executable
|
||||
add_executable (gtkmm_Hello gtkmm_Hello.c)
|
||||
target_link_libraries (gtkmm_Hello ${GTK2_LIBRARIES})
|
||||
add_executable (gtk_hello gtk_hello.c)
|
||||
target_link_libraries (gtk_hello ${GTK2_LIBRARIES})
|
Loading…
Reference in New Issue