We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6829bbd commit 3e161cfCopy full SHA for 3e161cf
example/pxml/CMakeLists.txt
@@ -1,6 +1,6 @@
1
include_directories(${CMAKE_CURRENT_BINARY_DIR})
2
add_custom_command(OUTPUT PxmlLexer.cpp PxmlToken.cpp PxmlParser.cpp
3
- COMMAND ${PROJECT_BINARY_DIR}/src/exec/pargen ${CMAKE_CURRENT_LIST_DIR}/pxml.pxml
+ COMMAND $<TARGET_FILE:pargen-exec> ${CMAKE_CURRENT_LIST_DIR}/pxml.pxml
4
DEPENDS pargen-exec ${CMAKE_CURRENT_LIST_DIR}/pxml.pxml
5
)
6
add_executable(pxml-dump
0 commit comments