mirror of
https://github.com/reactos/CMake.git
synced 2025-04-02 23:31:45 +00:00
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…
x
Reference in New Issue
Block a user