mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 14:40:26 -06:00
a minor fix to make my life easier
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# a simple test case
|
||||
PROJECT (simple)
|
||||
ADD_EXECUTABLE (simple simple)
|
||||
ADD_EXECUTABLE (simple simple.cxx)
|
||||
ADD_LIBRARY(simpleLib STATIC simpleLib.cxx)
|
||||
TARGET_LINK_LIBRARIES(simple simpleLib)
|
||||
|
||||
Reference in New Issue
Block a user