فهرست منبع

add a test with no extension

Bill Hoffman 23 سال پیش
والد
کامیت
c487718844
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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)