add a test with no extension
This commit is contained in:
parent
32353c55e5
commit
c487718844
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue