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 8839870 commit cc84587Copy full SHA for cc84587
src/astyle/CMakeLists.txt
@@ -1,3 +1,4 @@
1
SET(ASTYLE_SRCS astyle_main.cpp ASBeautifier.cpp ASFormatter.cpp ASEnhancer.cpp ASResource.cpp)
2
ADD_EXECUTABLE(astyle ${ASTYLE_SRCS})
3
-SET_TARGET_PROPERTIES(astyle PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/scripts)
+#SET_TARGET_PROPERTIES(astyle PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/scripts)
4
+INSTALL(TARGETS astyle DESTINATION ${CMAKE_SOURCE_DIR}/scripts)
0 commit comments