annotate rathaxes_remove_the_system_argument_in_hello_world.patch @ 49:0c55f24c6b3d

Add a series of patch related to the build systme
author Louis Opter <louis@lse.epitech.net>
date Sun, 15 Jan 2012 21:36:15 +0100
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
49
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
1 # HG changeset patch
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
2 # Parent 8d4d86ab5a700580938519f251a7351b3a82c0a0
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
3 rathaxes: simply generate the hello world sample for the current system
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
4
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
5 diff --git a/rathaxes/samples/helloworld/CMakeLists.txt b/rathaxes/samples/helloworld/CMakeLists.txt
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
6 --- a/rathaxes/samples/helloworld/CMakeLists.txt
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
7 +++ b/rathaxes/samples/helloworld/CMakeLists.txt
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
8 @@ -1,9 +1,8 @@
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
9 ADD_RATHAXES_SOURCES(hello hello.rtx
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
10 RTI types.rti main.rti log.rti
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
11 - BLT types.blt log.blt main.blt
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
12 - SYSTEM linux)
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
13 + BLT types.blt log.blt main.blt)
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
14
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
15 -ADD_RATHAXES_EXECUTABLE(Test_Rathaxes_Samples_Helloworld hello linux)
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
16 +ADD_RATHAXES_EXECUTABLE(Test_Rathaxes_Samples_Helloworld hello)
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
17
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
18 ADD_TEST(Rathaxes_Samples_Helloworld Test_Rathaxes_Samples_Helloworld "Success")
0c55f24c6b3d Add a series of patch related to the build systme
Louis Opter <louis@lse.epitech.net>
parents:
diff changeset
19 SET_TESTS_PROPERTIES(Rathaxes_Samples_Helloworld PROPERTIES PASS_REGULAR_EXPRESSION