mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 19:55:40 +02:00
renamed to pierog, extracted socket and file writers
This commit is contained in:
@@ -9,10 +9,13 @@ set (EXPERIMENTAL_SOURCES
|
||||
|
||||
add_executable(experimental ${EXPERIMENTAL_SOURCES})
|
||||
|
||||
include_directories(${pierog_SOURCE_DIR})
|
||||
|
||||
target_link_libraries(
|
||||
lua-5.1.5
|
||||
experimental
|
||||
ws2_32
|
||||
pierog
|
||||
)
|
||||
|
||||
target_include_directories (pierog PUBLIC)
|
||||
#set_target_properties(main PROPERTIES OUTPUT_NAME "perun")
|
||||
target_include_directories (pierog PUBLIC pierog)
|
||||
#set_target_properties(main PROPERTIES OUTPUT_NAME "pierog")
|
||||
Reference in New Issue
Block a user