-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace gral_window_delete with a destroy signal
- Loading branch information
Showing
6 changed files
with
40 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
add_executable(audio audio.c) | ||
target_link_libraries(audio gral) | ||
|
||
add_executable(clipboard clipboard.c) | ||
target_link_libraries(clipboard gral) | ||
|
||
add_executable(cursors cursors.c) | ||
target_link_libraries(cursors gral) | ||
|
||
add_executable(draw draw.c) | ||
target_link_libraries(draw gral) | ||
|
||
#add_executable(audio audio.c) | ||
#target_link_libraries(audio gral) | ||
# | ||
#add_executable(clipboard clipboard.c) | ||
#target_link_libraries(clipboard gral) | ||
# | ||
#add_executable(cursors cursors.c) | ||
#target_link_libraries(cursors gral) | ||
# | ||
#add_executable(draw draw.c) | ||
#target_link_libraries(draw gral) | ||
# | ||
add_executable(events events.c) | ||
target_link_libraries(events gral) | ||
|
||
add_executable(file file.c) | ||
target_link_libraries(file gral) | ||
|
||
add_executable(file_dialogs file_dialogs.c) | ||
target_link_libraries(file_dialogs gral) | ||
|
||
add_executable(text text.c) | ||
target_link_libraries(text gral) | ||
# | ||
#add_executable(file file.c) | ||
#target_link_libraries(file gral) | ||
# | ||
#add_executable(file_dialogs file_dialogs.c) | ||
#target_link_libraries(file_dialogs gral) | ||
# | ||
#add_executable(text text.c) | ||
#target_link_libraries(text gral) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters