Sfoglia il codice sorgente

add a test with no extension

Bill Hoffman 23 anni fa
parent
commit
c487718844
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Tests/Simple/CMakeLists.txt

+ 1 - 1
Tests/Simple/CMakeLists.txt

@@ -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)