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 1f273af commit f9fcdfcCopy full SHA for f9fcdfc
VbfEditor/CMakeLists.txt
@@ -23,11 +23,11 @@ include_directories(../cxxopts/include)
23
include_directories(../CRCpp/inc)
24
25
add_library(vbf VbfFile.cpp VbfFile.h)
26
-add_executable(vbfeditor main.cpp)
27
-target_link_libraries(vbfeditor vbf)
28
-
29
if(WIN32)
30
- target_link_libraries(vbfeditor ws2_32)
+ target_link_libraries(vbf ws2_32)
31
endif()
32
+add_executable(vbfeditor main.cpp)
+target_link_libraries(vbfeditor vbf)
+
33
install(TARGETS vbfeditor)
0 commit comments