cmake_rc added.
This commit is contained in:
parent
2a7ae317e3
commit
2048757054
5
vala/cmake_rc/CMakeLists.txt
Normal file
5
vala/cmake_rc/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
CMAKE_MINIMUM_REQUIRED (VERSION 2.8)
|
||||
|
||||
SET (CMAKE_RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/run")
|
||||
|
||||
ADD_SUBDIRECTORY (src)
|
1
vala/cmake_rc/cmake_rc.rc
Normal file
1
vala/cmake_rc/cmake_rc.rc
Normal file
@ -0,0 +1 @@
|
||||
IDR_MAINFRAME ICON "icons\\texreport-gtk_128x128.ico"
|
BIN
vala/cmake_rc/icons/texreport-gtk.xcf
Normal file
BIN
vala/cmake_rc/icons/texreport-gtk.xcf
Normal file
Binary file not shown.
BIN
vala/cmake_rc/icons/texreport-gtk_128x128.ico
Normal file
BIN
vala/cmake_rc/icons/texreport-gtk_128x128.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 136 KiB |
1
vala/cmake_rc/src/CMakeLists.txt
Normal file
1
vala/cmake_rc/src/CMakeLists.txt
Normal file
@ -0,0 +1 @@
|
||||
ADD_EXECUTABLE (cmake_rc main.c ${PROJECT_SOURCE_DIR}/cmake_rc.rc)
|
7
vala/cmake_rc/src/main.c
Normal file
7
vala/cmake_rc/src/main.c
Normal file
@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main (void)
|
||||
{
|
||||
puts ("Hello world!");
|
||||
return 0;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user