BUG: Fixed fake generation of files to behave more like fluid.
This commit is contained in:
parent
5a539b731b
commit
17c8e898ab
|
@ -93,10 +93,6 @@ SET (FLTK_WRAP_UI "On")
|
|||
SET (FLTK_FLUID_EXECUTABLE "${FLUID_LOC}")
|
||||
FLTK_WRAP_UI (wraplibFLTK ${FLTK_SRCS})
|
||||
ADD_LIBRARY(wraplibFLTK ${wraplibFLTK_FLTK_UI_SRCS})
|
||||
CONFIGURE_FILE(
|
||||
${Wrapping_SOURCE_DIR}/fltk1.fl
|
||||
${Wrapping_BINARY_DIR}/fltk1.cxx
|
||||
COPYONLY)
|
||||
ADD_DEPENDENCIES(wraplibFLTK fakefluid)
|
||||
ADD_DEPENDENCIES(fakefluid Wrap)
|
||||
#
|
||||
|
|
|
@ -11,7 +11,6 @@ int main(int ac, char** av)
|
|||
FILE* file = fopen(av[i+1], "w");
|
||||
fprintf(file, "// hello\n");
|
||||
fclose(file);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue