Skip to content

Commit

Permalink
chore: adapt to cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
klokane committed Nov 6, 2018
1 parent 8bffb30 commit 4e990f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ set(DRAFTER_SOURCES
Render.cc
ConversionContext.cc
RefractElementFactory.cc
SourceMapUtils.cc
)

set(DRAFTER_COMPILE_FEATURES
Expand Down
1 change: 1 addition & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ add_executable(drafter-test
test-CircularReferenceTest.cc
test-RenderTest.cc
test-Serialize.cc
test-sourceMapToLineColumn.cc
)

target_link_libraries(drafter-test
Expand Down
3 changes: 1 addition & 2 deletions test/test-sourceMapToLineColumn.cc
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#include "catch.hpp"
#include <catch2/catch.hpp>

#include "../src/SourceMapUtils.h"

#include <iostream>
#include <iterator>

using namespace drafter;
Expand Down

0 comments on commit 4e990f8

Please sign in to comment.