UNPKG
over-the-wire
Version:
latest (1.2.3)
1.2.3
1.1.3
1.0.3
1.0.2
1.0.1
1.0.0
Network inspection library for Node
github.com/vaguue/over-the-wire
vaguue/over-the-wire
over-the-wire
/
cxx
/
CMakeLists.txt
9 lines
(6 loc)
•
205 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
set
(MAIN_SRC
"
${CMAKE_CURRENT_SOURCE_DIR}
/main.cpp"
"
${CMAKE_CURRENT_SOURCE_DIR}
/toCxx.cpp"
) source_group(
"Source Files\\Main"
FILES
${MAIN_SRC}
) target_sources(
${PROJECT_NAME}
PRIVATE
${MAIN_SRC}
)