This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
666c000931
CMake
/
Tests
/
TargetName
/
executables
/
CMakeLists.txt
2 lines
42 B
CMake
Raw
Normal View
History
Unescape
Escape
ENH: add a test for a target name with the same name as the output of a custom command
2006-11-27 23:14:42 +03:00
add_executable
(
hello_world
hello_world.c
)