add a test with no extension

This commit is contained in:
Bill Hoffman 2002-06-25 09:59:32 -04:00
parent 32353c55e5
commit c487718844
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# a simple test case
PROJECT (simple)
ADD_EXECUTABLE (simple simple.cxx)
ADD_EXECUTABLE (simple simple)
ADD_LIBRARY(simpleLib STATIC simpleLib.cxx)
TARGET_LINK_LIBRARIES(simple simpleLib)