mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-20 12:53:55 +08:00
The makefile for the test was kindof wrong
Alex
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
all: clean pngtest
|
||||
|
||||
pngtest: main.o
|
||||
main.o: main.cpp
|
||||
"@CMAKE_CXX_COMPILER@" -c `"@cmakeExecutable@" --find-package -DNAME=PNG -DLANGUAGE=CXX -DCOMPILER_ID=@CMAKE_CXX_COMPILER_ID@ -DMODE=COMPILE` main.cpp
|
||||
|
||||
pngtest: main.o
|
||||
"@CMAKE_CXX_COMPILER@" -o pngtest main.o `"@cmakeExecutable@" --find-package -DNAME=PNG -DLANGUAGE=CXX -DCOMPILER_ID=@CMAKE_CXX_COMPILER_ID@ -DMODE=LINK`
|
||||
|
||||
clean:
|
||||
|
Reference in New Issue
Block a user