mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
add a test with no extension
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user