Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

scripts: remove windows specific code in dsn.cmake #160

Merged
merged 4 commits into from
Sep 11, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ if(ENABLE_GCOV AND UNIX)
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fprofile-arcs -ftest-coverage -lgcov")
endif()
dsn_common_setup()
dsn_add_pseudo_projects()

add_subdirectory(src)
4 changes: 0 additions & 4 deletions bin/dsn.cg.bat

This file was deleted.

Loading