diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-02-06 00:17:50 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-02-06 00:17:50 +0000 |
| commit | 1f2456132e1c3a75473dfea30d26c6cff8d8257c (patch) | |
| tree | 31614e92e8acde6828ba20c1663bff743242b850 /test | |
| parent | 2bbf66c7a4893b85fda7331051a945ff90d3585e (diff) | |
Cmake updates (STR #645)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4026 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
| -rw-r--r-- | test/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 6cef50ee1..34c0e7096 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -9,12 +9,12 @@ MACRO(CREATE_EXAMPLE NAME SOURCES LIBRARIES) SET(srcs ${srcs} "${cxx_name}") ADD_CUSTOM_COMMAND( OUTPUT ${cxx_name} - DEPENDS ${fluid_name} + DEPENDS "${fluid_name}" "${FLUID_COMMAND}" COMMAND ${FLUID_COMMAND} ARGS -c ${fluid_name}) ADD_CUSTOM_COMMAND( OUTPUT ${h_name} - DEPENDS ${fluid_name} + DEPENDS "${fluid_name}" "${FLUID_COMMAND}" COMMAND ${FLUID_COMMAND} ARGS -c ${fluid_name}) ELSE("${src}" MATCHES ".fl$") |
