Last change
on this file since 2290 was
1505,
checked in by rgrieder, 16 years ago
|
f* svn: It doesn't even inform you if you attempt to set a non existing property. It is svn:eol-style and not eol-style when using the command by the way…
|
-
Property svn:eol-style set to
native
|
File size:
169 bytes
|
Line | |
---|
1 | INCLUDE_DIRECTORIES(${INCLUDE_DIRECTORIES} |
---|
2 | ../ |
---|
3 | ) |
---|
4 | |
---|
5 | ADD_EXECUTABLE(TestConverter |
---|
6 | TestConverter.cpp |
---|
7 | ) |
---|
8 | |
---|
9 | |
---|
10 | ADD_TEST(TestConverter |
---|
11 | ${EXECUTABLE_OUTPUT_PATH}/TestConverter |
---|
12 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.